Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.ReaderWriter Namespace / ZipReaderInvalidPasswordEventArgs Class
Members


In This Topic
    ZipReaderInvalidPasswordEventArgs Class
    In This Topic
    Provides information for use when an invalid password has been supplied.
    Syntax
    'Declaration
     
    Public Class ZipReaderInvalidPasswordEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ZipReaderInvalidPasswordEventArgs
    public class ZipReaderInvalidPasswordEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Zip.ReaderWriter.ZipReaderInvalidPasswordEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instances of the ZipReaderInvalidPasswordEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a boolean value indicating whether the Zip read operation should be aborted.  
    Public PropertyGets or sets the new password to be used during the Zip read operation.  
    Public PropertyGets the current password.  
    Public PropertyGets the local header of the item currently being read.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also