Occurs when the current user is signed out.

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

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