Back to Devexpress

XafApplication.LoggingOn Event

expressappframework-devexpress-dot-expressapp-dot-xafapplication-13046594.md

latest1.8 KB
Original Source

XafApplication.LoggingOn Event

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

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public event EventHandler<LogonEventArgs> LoggingOn
vb
Public Event LoggingOn As EventHandler(Of LogonEventArgs)

Event Data

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

PropertyDescription
LogonParametersGets 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

LoggedOn

LoggingOff

LoggedOff

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace