Occurs when the current user is signed out.
Namespace:
Novalys.VisualGuard.SecurityAssembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public static event EventHandler SignedOut |
| Visual Basic (Declaration) |
|---|
Public Shared Event SignedOut As EventHandler |
Remarks
The event handler receives an argument of type EventArgs containing data related to this event.
The SignedOut event allows executing an action after each call of the SignOut()()() method.