Visual Guard Class Library Documentation

VGSecurityRuntime.VGSecurityLoadedEventHandler Event

Occurs after the security permissions are loaded.

public event VGSecurityLoadedEventHandler SecurityLoaded;

Event Data

The event handler receives an argument of type VGSecurityLoadedEventArgs containing data related to this event. The following VGSecurityLoadedEventArgs property provides information specific to this event.

Property Description
Principal Gets the VGIPrincipal representing the current user.

Remarks

For more information about this event, you can see SecurityLoaded.

See Also

VGSecurityRuntime Class | Novalys.VisualGuard.Security Namespace