Class GridCancelEventHandler
  
  Represents a method that will handle the Grid CancelEvent.
 
  
  
    Inheritance
    System.Object
    GridCancelEventHandler
   
  
  Assembly: Syncfusion.SfCellGrid.UWP.dll
  Syntax
  
    public sealed class GridCancelEventHandler : MulticastDelegate
   
  Constructors
  
  
  
  
  GridCancelEventHandler(Object, IntPtr)
  
  
  Declaration
  
    public GridCancelEventHandler(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(Object, GridCancelEventArgs, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(object sender, GridCancelEventArgs args, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        sender | 
         | 
      
      
        | GridCancelEventArgs | 
        args | 
         | 
      
      
        | System.AsyncCallback | 
        callback | 
         | 
      
      
        | System.Object | 
        object | 
         | 
      
    
  
  Returns
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  
  
  
  Invoke(Object, GridCancelEventArgs)
  
  
  Declaration
  
    public virtual void Invoke(object sender, GridCancelEventArgs args)
   
  Parameters
  
  Extension Methods