Class
PasswordRequiredEventArgs

Represents password needed event args.

Definition

Namespace:Telerik.Windows.Zip

Assembly:Telerik.Windows.Zip.dll

Syntax:

cs-api-definition
public class PasswordRequiredEventArgs : EventArgs

Inheritance: objectEventArgsPasswordRequiredEventArgs

Inherited Members EventArgs.Empty

Constructors

PasswordRequiredEventArgs()

Initializes a new instance of the PasswordRequiredEventArgs class.

Declaration

cs-api-definition
public PasswordRequiredEventArgs()

Properties

Password

Gets or sets the password.

Declaration

cs-api-definition
public string Password { get; set; }

Property Value

string

The password.