Class StyleDataCollection
Inheritance
System.Object
StyleDataCollection
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.Styles
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class StyleDataCollection : Object, IEnumerable<StyleData>, IEnumerable, INotifyCollectionChanged
Methods
GetEnumerator()
Declaration
public IEnumerator<StyleData> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<StyleData>
|
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
|
Events
CollectionChanged
Declaration
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Type
System.Collections.Specialized.NotifyCollectionChangedEventHandler
|