ClassStyleDataCollection
Class
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.Styles
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class StyleDataCollection : IEnumerable<StyleData>, IEnumerable, INotifyCollectionChanged
Inheritance: objectStyleDataCollection
Implements:
Methods
GetEnumerator()
Declaration
cs-api-definition
public IEnumerator<StyleData> GetEnumerator()
Returns
Implements
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
cs-api-definition
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
Events
CollectionChanged
Declaration
cs-api-definition
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Value
Implements