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
| 
        RoutedUICommand
        applicationCommand
         
  | 
    
Clear()
Declaration
public void Clear()
  Contains(RoutedUICommand)
Declaration
public bool Contains(RoutedUICommand applicationCommand)
  Parameters
| 
        RoutedUICommand
        applicationCommand
         
  | 
    
Returns
| 
        System.Boolean
         
  | 
    
GetEnumerator()
Declaration
public IEnumerator<RoutedUICommand> GetEnumerator()
  Returns
| 
        System.Collections.Generic.IEnumerator<RoutedUICommand>
         
  | 
    
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
  
  
  
  
  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
| 
        RoutedUICommand
        applicationCommand
         
  | 
    
Returns
| 
        System.Boolean
         
  | 
    
Events
CollectionChanged
Declaration
public event NotifyCollectionChangedEventHandler CollectionChanged
  Event Type
| 
        System.Collections.Specialized.NotifyCollectionChangedEventHandler
         
  | 
    
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
  Returns
| 
        System.Collections.IEnumerator
         
  | 
    
Implements
System.Collections.IEnumerable.GetEnumerator()