Click or drag to resize

VGSecurityManagerGroupsLoading Event

Occurs before the permissions are loaded and allows filtering the list of user's groups for contextual group selection.

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 VGGroupsLoadingEventHandler GroupsLoading

Value

Type: Novalys.VisualGuard.SecurityVGGroupsLoadingEventHandler
Remarks
The event handler receives an argument of type VGGroupsLoadingEventArgs containing data related to this event. The GroupSelectionLoading event allows a user to filter the list of user's groups for contextual group selection.
See Also