Class ApplicationCommandsCollection
Inheritance
System.Object
ApplicationCommandsCollection
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ApplicationCommandsCollection : Object, IEnumerable<RoutedUICommand>, IEnumerable, INotifyCollectionChanged
Methods
Add(RoutedUICommand)
Declaration
public void Add(RoutedUICommand applicationCommand)
Parameters
System.Windows.Input.RoutedUICommand
applicationCommand
|
Clear()
Declaration
public void Clear()
Contains(RoutedUICommand)
Declaration
public bool Contains(RoutedUICommand applicationCommand)
Parameters
System.Windows.Input.RoutedUICommand
applicationCommand
|
Returns
System.Boolean
|
GetEnumerator()
Declaration
public IEnumerator<RoutedUICommand> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<System.Windows.Input.RoutedUICommand>
|
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the CollectionChanged event.
Declaration
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data. |
Remove(RoutedUICommand)
Declaration
public bool Remove(RoutedUICommand applicationCommand)
Parameters
System.Windows.Input.RoutedUICommand
applicationCommand
|
Returns
System.Boolean
|
Events
CollectionChanged
Declaration
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Type
System.Collections.Specialized.NotifyCollectionChangedEventHandler
|