loginrequesteventargs-class
Provides data for Korzh.EasyQuery.Db.DbGate.LoginRequest event
public class Korzh.EasyQuery.Db.LoginRequestEventArgs
: EventArgs
Assembly: Korzh.EasyQuery.Db.dll
Constructors
| Name | Type | Description |
|---|---|---|
LoginRequestEventArgs(string userID, string password) | void | Initializes a new instance of the LoginRequestEventArgs class. |
Properties
| Name | Type | Description |
|---|---|---|
| Password | string | Gets or sets the "Password" parameter. |
| UserID | string | Gets or sets the "User ID" parameter. |