Class ApplicationCommandsCollection
Inheritance
System.Object
ApplicationCommandsCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ApplicationCommandsCollection : IEnumerable<RoutedUICommand>, IEnumerable, INotifyCollectionChanged
Methods
Add(RoutedUICommand)
Declaration
public void Add(RoutedUICommand applicationCommand)
Parameters
Routed
|
Clear()
Declaration
public void Clear()
Contains(RoutedUICommand)
Declaration
public bool Contains(RoutedUICommand applicationCommand)
Parameters
Routed
|
Returns
System.
|
GetEnumerator()
Declaration
public IEnumerator<RoutedUICommand> GetEnumerator()
Returns
System.
|
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the Collection
Declaration
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System. The System. |
Remove(RoutedUICommand)
Declaration
public bool Remove(RoutedUICommand applicationCommand)
Parameters
Routed
|
Returns
System.
|
Events
CollectionChanged
Declaration
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Type
System.
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.
|
Implements
System.Collections.IEnumerable.GetEnumerator()