Occurs after the security permissions are loaded.

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

Syntax

C#
public static event VGSecurityLoadedEventHandler SecurityLoaded
Visual Basic
Public Shared Event SecurityLoaded As VGSecurityLoadedEventHandler

Value

Type: Novalys.VisualGuard.Security..::..VGSecurityLoadedEventHandler

Remarks

The event handler receives an argument of type VGSecurityLoadedEventArgs containing data related to this event. The SecurityLoaded event allows executing an action after each call of the LoadSecurity()()()() or Authenticate(String, String, VGAuthenticationMode) method.

See Also