ClassApplicationCommandsCollection
Class
Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class ApplicationCommandsCollection : IEnumerable, INotifyCollectionChanged
Inheritance: objectApplicationCommandsCollection
Implements:
Methods
Add(RoutedUICommand)
Declaration
cs-api-definition
public void Add(RoutedUICommand applicationCommand)
Parameters
applicationCommand
Clear()
Declaration
cs-api-definition
public void Clear()
Contains(RoutedUICommand)
Declaration
cs-api-definition
public bool Contains(RoutedUICommand applicationCommand)
Parameters
applicationCommand
Returns
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
Returns
Events
CollectionChanged
Declaration
cs-api-definition
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Value
Implements