Visual Guard Class Library Documentation

VGSecurityManager.EventHandler Event

Occurs when the current user is signed out.

public static event EventHandler SignedOut;

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

VGSecurityManager Class | Novalys.VisualGuard.Security Namespace