LogonEventArgs Class
In This Article
Represents arguments passed to the XafApplication.LoggingOn and XafApplication.LoggedOn events.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Remarks
The LogonEventArgs class declares the LogonEventArgs.LogonParameters property specific to the XafApplication.LoggingOn and XafApplication.LoggedOn events. These events are designed to execute custom code before and after clicking the Logon button on a logon Window. The LogonParameters property allows accessing the current logon parameters.
See Also