Icon EDBLoginEventArgs Class

The EDBLoginEventArgs class is used to instantiate the parameters for the EDBLoginEvent delegate.

Namespace: Elevate.ElevateDB.Data

Inherits From System.EventArgs

Properties
PropertyDescription
UserName: StringIndicates the user name to be used for the login.
Password: StringIndicates the password to be used for the login.
Continue: BooleanIndicates whether the login should continue or not (default True).
Image