Class ApprovalStepEventHandler
  
  NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version.
Event handler signature for ApprovalStepEventArgs
    Inheritance
    System.Object
    ApprovalStepEventHandler
   
  
  Assembly: EPiServer.dll
  Version: 12.0.3
  Syntax
  
    public sealed class ApprovalStepEventHandler : MulticastDelegate
   
  Constructors
  
  
  
  
  ApprovalStepEventHandler(Object, IntPtr)
  
  
  Declaration
  
    public ApprovalStepEventHandler(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | object |  | 
      
        | System.IntPtr | method |  | 
    
  
  Methods
  
  
  
  
  BeginInvoke(ApprovalStepEventArgs, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(ApprovalStepEventArgs e, AsyncCallback callback, object object)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.IAsyncResult |  | 
    
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual Task EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.IAsyncResult | result |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Threading.Tasks.Task |  | 
    
  
  
  
  
  Invoke(ApprovalStepEventArgs)
  
  
  Declaration
  
    public virtual Task Invoke(ApprovalStepEventArgs e)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Threading.Tasks.Task |  | 
    
  
  Extension Methods