Represents the method that handles a PermissionsLoading event.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public delegate void VGPermissionsLoadingEventHandler(
	Object sender,
	VGPermissionsLoadingEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub VGPermissionsLoadingEventHandler ( _
	sender As Object, _
	e As VGPermissionsLoadingEventArgs _
)

Parameters

sender
Type: System..::.Object

The source of the event.

e
Type: Novalys.VisualGuard.Security..::.VGPermissionsLoadingEventArgs

A VGPermissionsLoadingEventArgs that contains the event data.

See Also