Class ZipArchiveItemPasswordEventArgs
Represents the data for the password needed event in ZipArchive.
Inheritance
System.Object
    System.EventArgs
    ZipArchiveItemPasswordEventArgs
  Inherited Members
      System.EventArgs.Empty
    
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.Compression.Zip
Assembly: Syncfusion.Compression.Base.dll
Syntax
public class ZipArchiveItemPasswordEventArgs : EventArgs
  Properties
FileName
Gets the file name of the ZipArchiveItem for read only.
Declaration
public string FileName { get; }
  Property Value
| Type | 
|---|
| System.String | 
Password
Gets or sets the password for the ZipArchiveItem.
Declaration
public string Password { get; set; }
  Property Value
| Type | 
|---|
| System.String |