The ZipPasswordRequiredEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAction
Gets or sets an action to be performed.
Public propertySupported by the .NET Compact FrameworkArchiveItemPath
Gets the path of the archive file or directory which is currently processed.
Public propertySupported by the .NET Compact FrameworkExternalItemPath
Gets the path of the external (local) file or directory which is currently processed.
Public propertySupported by the .NET Compact FrameworkPassword
Gets or sets the password.
Public propertySupported by the .NET Compact FrameworkPossibleActions
Gets a mask of possible actions that can be selected to be performed. UsePassword and Cancel can always be set. Use the binary 'AND' operator to determine whether a specific action is currently possible or simply call the IsActionPossible(ArchivePasswordActions) method.
Public propertySupported by the .NET Compact FrameworkReason
Gets the reason for firing the event.

See Also