LogonFailedEventArgs Properties
Represents arguments passed to the XafApplication.LogonFailed event.| Name | Description |
|---|---|
| Exception | Returns the exception that was raised when logging on. |
| Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. Inherited from HandledEventArgs. |
| LogonParameters | Returns the current logon parameters. |
See Also