Click or drag to resize

VGSecurityRuntimeSignedOut 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 event EventHandler SignedOut

Value

Type: SystemEventHandler
Remarks
The event handler receives an argument of type EventArgs containing data related to this event.
See Also