Class PasswordRequiredEventArgs
Event arguments for PasswordRequired event.
Inheritance
System.Object
PasswordRequiredEventArgs
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class PasswordRequiredEventArgs : EventArgs
Constructors
PasswordRequiredEventArgs()
Default constructor.
Declaration
public PasswordRequiredEventArgs()
Properties
NewPassword
New password to try.
Declaration
public string NewPassword { get; set; }
Property Value
Type |
---|
System.String |
StopParsing
Indicates whether we should stop parsing protected workbook.
Declaration
public bool StopParsing { get; set; }
Property Value
Type |
---|
System.Boolean |