Class PasswordEnterEventArgs
Inheritance
System.Object
PasswordEnterEventArgs
Assembly: Syncfusion.Shared.Base.dll
public class PasswordEnterEventArgs : CancelEventArgs
Constructors
Declaration
public PasswordEnterEventArgs(string username, string password)
Parameters
Type |
Name |
Description |
System.String |
username |
|
System.String |
password |
|
Properties
Declaration
public string Password { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UserName { get; }
Property Value
Type |
Description |
System.String |
|