Class ZipArchive.ZipArchiveItemPasswordEventHandler
  
  Represents the method that will handle the event related to requesting a password for a ZipArchiveItem.
    Inheritance
    System.Object
    ZipArchive.ZipArchiveItemPasswordEventHandler
   
  
  Assembly: Syncfusion.Compression.Portable.dll
  Syntax
  
    public sealed class ZipArchiveItemPasswordEventHandler : MulticastDelegate
   
  Constructors
  
  
  
  
  ZipArchiveItemPasswordEventHandler(Object, IntPtr)
  
  
  Declaration
  
    public ZipArchiveItemPasswordEventHandler(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | object |  | 
      
        | System.IntPtr | method |  | 
    
  
  Methods
  
  
  
  
  BeginInvoke(Object, ZipArchiveItemPasswordEventArgs, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(object sender, ZipArchiveItemPasswordEventArgs args, AsyncCallback callback, object object)
   
  Parameters
  
  Returns
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.IAsyncResult | result |  | 
    
  
  
  
  
  Invoke(Object, ZipArchiveItemPasswordEventArgs)
  
  
  Declaration
  
    public virtual void Invoke(object sender, ZipArchiveItemPasswordEventArgs args)
   
  Parameters