Class
ObservableListStyleCollection

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.RibbonControls

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ObservableListStyleCollection : ObservableCollection<ListStyleData>, IList<ListStyleData>, ICollection<ListStyleData>, IList, ICollection, IReadOnlyList<ListStyleData>, IReadOnlyCollection<ListStyleData>, IEnumerable<ListStyleData>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<ListStyleData>ObservableCollection<ListStyleData>ObservableListStyleCollection

Implements: ICollectionICollection<ListStyleData>IEnumerableIEnumerable<ListStyleData>IListIList<ListStyleData>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<ListStyleData>IReadOnlyList<ListStyleData>

Inherited Members ObservableCollection<ListStyleData>.Move(int, int)ObservableCollection<ListStyleData>.ClearItems()ObservableCollection<ListStyleData>.RemoveItem(int)ObservableCollection<ListStyleData>.InsertItem(int, ListStyleData)ObservableCollection<ListStyleData>.SetItem(int, ListStyleData)ObservableCollection<ListStyleData>.MoveItem(int, int)ObservableCollection<ListStyleData>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<ListStyleData>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<ListStyleData>.BlockReentrancy()ObservableCollection<ListStyleData>.CheckReentrancy()ObservableCollection<ListStyleData>.CollectionChangedObservableCollection<ListStyleData>.PropertyChangedCollection<ListStyleData>.Add(ListStyleData)Collection<ListStyleData>.Clear()Collection<ListStyleData>.CopyTo(ListStyleData[], int)Collection<ListStyleData>.Contains(ListStyleData)Collection<ListStyleData>.GetEnumerator()Collection<ListStyleData>.IndexOf(ListStyleData)Collection<ListStyleData>.Insert(int, ListStyleData)Collection<ListStyleData>.Remove(ListStyleData)Collection<ListStyleData>.RemoveAt(int)Collection<ListStyleData>.CountCollection<ListStyleData>.ItemsCollection<ListStyleData>.this[int]

Constructors

ObservableListStyleCollection(RadDocument, RadRichTextBox)

Declaration

cs-api-definition
public ObservableListStyleCollection(RadDocument document, RadRichTextBox snapshotRichTextBox)

Parameters

document

RadDocument

snapshotRichTextBox

RadRichTextBox

Methods

AttachEvents()

Declaration

cs-api-definition
public void AttachEvents()

DetachEvents()

Declaration

cs-api-definition
public void DetachEvents()