Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class ApplicationCommandsCollection : IEnumerable, INotifyCollectionChanged
Inheritance: objectApplicationCommandsCollection
Implements:
Methods
C#
public void Clear()
C#
public bool Contains(RoutedUICommand applicationCommand)
Raises the event.
C#
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
The NotifyCollectionChangedEventArgs instance containing the event data.
C#
public bool Remove(RoutedUICommand applicationCommand)
Events
C#
public event NotifyCollectionChangedEventHandler CollectionChanged
Implements: