Click or drag to resize

VGGroupsLoadingEventHandler Delegate

Represents the method that handles a [!:VGSecurityManager.GroupSelectionLoading] event.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public delegate void VGGroupsLoadingEventHandler(
	Object sender,
	VGGroupsLoadingEventArgs e
)

Parameters

sender
Type: SystemObject

The source of the event.

e
Type: Novalys.VisualGuard.SecurityVGGroupsLoadingEventArgs

A VGGroupsLoadingEventArgs that contains the event data.

See Also