Skip to main content
A newer version of this page is available. .

XafApplication.LoggingOn Event

Occurs when the Logon button on the logon Window is clicked.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.1.dll

Declaration

public event EventHandler<LogonEventArgs> LoggingOn

Event Data

The LoggingOn event's data class is LogonEventArgs. The following properties provide information specific to this event:

Property Description
LogonParameters Gets the current logon parameters.

Remarks

Handle this event to execute custom code before logon is peformed. Use the handler’s LogonEventArgs.LogonParameters parameter to specify the current logon parameters.

See Also