Click or drag to resize

VGSecurityManagerSecurityLoaded Event

Occurs after the security permissions are loaded.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public static event VGSecurityLoadedEventHandler SecurityLoaded

Value

Type: Novalys.VisualGuard.SecurityVGSecurityLoadedEventHandler
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