BMXNET 4.0 Developer API
The AttemptingLoginEventArgs type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| Cancel | (Inherited from CancelEventArgs.) | |
| Handled |
The receiver of the event can perform the login differently or not allow
the login. If Handled is set the True the LoginProcess assumes the login was attempted.
| |
| HandledSucccessfully |
Set HandledSucccessfully is the Handled logging was successful.
| |
| Process |
The LoginProcess can be modified (e.g. ConnectionSpec) after the user has OK'd the dialog
but before the login attempt is made.
|