Occurs after the security permissions are loaded.

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

Syntax

C#
public event VGSecurityLoadedEventHandler SecurityLoaded
Visual Basic
Public 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(String)Authenticate(String, String, VGAuthenticationMode) method.

See Also