Skip to main content

loginrequesteventargs-class

Provides data for Korzh.EasyQuery.Db.DbGate.LoginRequest event

public class Korzh.EasyQuery.Db.LoginRequestEventArgs
: EventArgs

Assembly: Korzh.EasyQuery.Db.dll

Constructors

NameTypeDescription
LoginRequestEventArgs(string userID, string password)voidInitializes a new instance of the LoginRequestEventArgs class.

Properties

NameTypeDescription
PasswordstringGets or sets the "Password" parameter.
UserIDstringGets or sets the "User ID" parameter.