Class StyleDataCollection
Inheritance
System.Object
StyleDataCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.Styles
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class StyleDataCollection : IEnumerable<StyleData>, IEnumerable, INotifyCollectionChanged
Methods
GetEnumerator()
Declaration
public IEnumerator<StyleData> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<StyleData>
|
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
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
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()