Provides data for the PasswordRequired event.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.4086.0

Syntax

C#
[SerializableAttribute]
public class ZipPasswordRequiredEventArgs : EventArgs
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ZipPasswordRequiredEventArgs _
	Inherits EventArgs
Visual C++
[SerializableAttribute]
public ref class ZipPasswordRequiredEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Rebex.IO.Compression..::.ZipPasswordRequiredEventArgs

See Also