Occurs after the security permissions are loaded.

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

Syntax

C#
public event VGSecurityLoadedEventHandler SecurityLoaded
Visual Basic (Declaration)
Public Event SecurityLoaded As 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