Back to Devexpress

WinApplication.LogOff() Method

expressappframework-devexpress-dot-expressapp-dot-win-dot-winapplication-01804f7f.md

latest1.5 KB
Original Source

WinApplication.LogOff() Method

Closes all windows and displays the logon dialog.

Namespace : DevExpress.ExpressApp.Win

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public override void LogOff()
vb
Public Overrides Sub LogOff

Remarks

Used by the LogoffController Controller. Triggers the XafApplication.LoggingOff and XafApplication.LoggedOff events. You can handle the former to cancel the log off process, and the latter, to be notified when a user has logged off.

See Also

WinApplication Class

WinApplication Members

DevExpress.ExpressApp.Win Namespace