Click or drag to resize

VGSecurityManagerSignedOut Event

Occurs when the current user is signed out.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public static event EventHandler SignedOut

Value

Type: SystemEventHandler
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