Occurs when the current user is signed out.

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

Syntax

C#
public event EventHandler SignedOut
Visual Basic (Declaration)
Public Event SignedOut As EventHandler

Remarks

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

See Also