XafApplication.LoggedOff Event
Occurs after an end-user has logged off.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Event Data
The LoggedOff event's data class is EventArgs.
Remarks
Handle this event to execute custom code after a user has logged off. Note that if the LoggedOff event is raised as a consequence of an ASP.NET Web Forms session ending, you cannot use XAF singleton instances such as XafApplication and Security System in the LoggedOff event handler. For details, refer to the XafApplication.LoggingOff event description.
See Also