Delegate ProcessCommandEventHandler
  
  Represents the method that will handle the ProcessKey events.
Assembly: Syncfusion.Edit.Windows.dll
  
  
    public delegate void ProcessCommandEventHandler();
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public ProcessCommandEventHandler(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | object |  | 
      
        | System.IntPtr | method |  | 
    
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.AsyncCallback | callback |  | 
      
        | System.Object | object |  | 
    
  
  Returns
  
  
  
  
  
  
  
  Declaration
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.IAsyncResult | result |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public virtual void Invoke()