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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public static event VGGroupsLoadingEventHandler GroupsLoading
Visual Basic
Public Shared Event GroupsLoading As VGGroupsLoadingEventHandler

Value

Type: Novalys.VisualGuard.Security..::..VGGroupsLoadingEventHandler

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