Class
ApplicationCommandsCollection

Definition

Namespace:Telerik.WinForms.Documents.RichTextBoxCommands

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class ApplicationCommandsCollection : IEnumerable, INotifyCollectionChanged

Inheritance: objectApplicationCommandsCollection

Implements: IEnumerableINotifyCollectionChanged

Methods

Add(RoutedUICommand)

Declaration

cs-api-definition
public void Add(RoutedUICommand applicationCommand)

Parameters

applicationCommand

RoutedUICommand

Clear()

Declaration

cs-api-definition
public void Clear()

Contains(RoutedUICommand)

Declaration

cs-api-definition
public bool Contains(RoutedUICommand applicationCommand)

Parameters

applicationCommand

RoutedUICommand

Returns

bool

GetEnumerator()

Declaration

cs-api-definition
public IEnumerator<RoutedUICommand> GetEnumerator()

Returns

IEnumerator<RoutedUICommand>

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the event.

Declaration

cs-api-definition
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)

Parameters

e

NotifyCollectionChangedEventArgs

The NotifyCollectionChangedEventArgs instance containing the event data.

Remove(RoutedUICommand)

Declaration

cs-api-definition
public bool Remove(RoutedUICommand applicationCommand)

Parameters

applicationCommand

RoutedUICommand

Returns

bool

Events

CollectionChanged

Declaration

cs-api-definition
public event NotifyCollectionChangedEventHandler CollectionChanged

Event Value

NotifyCollectionChangedEventHandler

Implements INotifyCollectionChanged.CollectionChanged