Skip to main content

XafApplication.LoggedOff Event

Occurs after an end-user has logged off.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v25.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. For details, refer to the XafApplication.LoggingOff event description.

See Also