Class PromptEventHandler
  
  Event delegate for UpdateNamedRange event.
    Inheritance
    System.Object
    PromptEventHandler
   
  
  Assembly: Syncfusion.XlsIO.NET.dll
  Syntax
  
    public sealed class PromptEventHandler : MulticastDelegate
   
  Constructors
  
  
  
  
  PromptEventHandler(Object, IntPtr)
  
  
  Declaration
  
    public PromptEventHandler(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | object |  | 
      
        | System.IntPtr | method |  | 
    
  
  Methods
  
  
  
  
  BeginInvoke(Object, PromptEventArgs, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(object sender, PromptEventArgs e, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | sender |  | 
      
        | PromptEventArgs | e |  | 
      
        | 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, PromptEventArgs)
  
  
  Declaration
  
    public virtual void Invoke(object sender, PromptEventArgs e)
   
  Parameters