Delegate FilterEventHandler
  
  Represents the method that will handle the event that has no event data.
Assembly: EPiServer.dll
  Version: 10.10.4
  Syntax
  
    public delegate void FilterEventHandler(object sender, FilterEventArgs e);
   
  Parameters
  
  Constructors
  
  
  
  
  FilterEventHandler(Object, IntPtr)
  
  
  Declaration
  
    public FilterEventHandler(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | object |  | 
      
        | System.IntPtr | method |  | 
    
  
  Methods
  
  
  
  
  BeginInvoke(Object, FilterEventArgs, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(object sender, FilterEventArgs e, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | sender |  | 
      
        | FilterEventArgs | 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(Object, FilterEventArgs)
  
  
  Declaration
  
    public virtual void Invoke(object sender, FilterEventArgs e)
   
  Parameters
  
  Extension Methods