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