Skip to main content
.NET 6.0+

XafApplication.LoggedOff Event

Occurs after an end-user has logged off.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler<EventArgs> LoggedOff

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