Occurs when the current user is signed out.

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public static event EventHandler SignedOut
Visual Basic
Public Shared Event SignedOut As EventHandler

Value

Type: System..::..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.

See Also