Delegate PlugInDescriptor.PlugInDescriptorEventHandler
  
  
  
  
  Assembly: EPiServer.dll
  Version: 10.10.4
  Syntax
  
    public delegate void PlugInDescriptorEventHandler(PlugInDescriptor sender, EventArgs e);
   
  Parameters
  
  Constructors
  
  
  
  
  PlugInDescriptorEventHandler(Object, IntPtr)
  
  
  Declaration
  
    public PlugInDescriptorEventHandler(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | object |  | 
      
        | System.IntPtr | method |  | 
    
  
  Methods
  
  
  
  
  BeginInvoke(PlugInDescriptor, EventArgs, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(PlugInDescriptor sender, EventArgs e, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | PlugInDescriptor | sender |  | 
      
        | System.EventArgs | e |  | 
      
        | System.AsyncCallback | callback |  | 
      
        | System.Object | object |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.IAsyncResult |  | 
    
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.IAsyncResult | result |  | 
    
  
  
  
  
  Invoke(PlugInDescriptor, EventArgs)
  
  
  Declaration
  
    public virtual void Invoke(PlugInDescriptor sender, EventArgs e)
   
  Parameters
  
  Extension Methods