New to Telerik Document ProcessingStart a free 30-day trial

Represents password needed event args.

Definition

Namespace:Telerik.Windows.Zip

Assembly:Telerik.Windows.Zip.dll

Syntax:

C#
public class PasswordRequiredEventArgs : EventArgs

Inheritance: objectEventArgsPasswordRequiredEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the PasswordRequiredEventArgs class.

C#
public PasswordRequiredEventArgs()

Properties

Gets or sets the password.

C#
public string Password { get; set; }
Property Value:

The password.