XafApplication.LoggedOn Event
Occurs after an end-user has logged on.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public event EventHandler<LogonEventArgs> LoggedOn
#Event Data
The LoggedOn event's data class is LogonEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Logon |
Gets the current logon parameters. |
#Remarks
Handle this event to execute custom code after a logon has been performed, the SecuritySystem object is initialized, the logon parameters have been saved and user model differences are loaded.
For an example, see How to: Show Notifications to a Specific User.
Note
Exceptions that occur within the Logged