Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XafApplication.LoggedOff Event

Occurs after an end-user has logged off.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.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