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 event EventHandler SignedOut
Visual Basic
Public Event SignedOut As EventHandler

Value

Type: System..::..EventHandler

Remarks

The event handler receives an argument of type EventArgs containing data related to this event.

See Also