New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.RichTextBoxCommands

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class ApplicationCommandsCollection : IEnumerable, INotifyCollectionChanged

Inheritance: objectApplicationCommandsCollection

Implements: IEnumerableINotifyCollectionChanged

Methods

C#
public void Add(RoutedUICommand applicationCommand)
Parameters:applicationCommandRoutedUICommand
C#
public void Clear()
C#
public bool Contains(RoutedUICommand applicationCommand)
Parameters:applicationCommandRoutedUICommandReturns:

bool

C#
public IEnumerator<RoutedUICommand> GetEnumerator()
Returns:

IEnumerator<RoutedUICommand>

Raises the event.

C#
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters:eNotifyCollectionChangedEventArgs

The NotifyCollectionChangedEventArgs instance containing the event data.

C#
public bool Remove(RoutedUICommand applicationCommand)
Parameters:applicationCommandRoutedUICommandReturns:

bool

Events

C#
public event NotifyCollectionChangedEventHandler CollectionChanged

Implements: INotifyCollectionChanged.CollectionChanged