Represents the method that handles a PermissionsLoading event.

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 delegate void VGPermissionsLoadingEventHandler(
	Object sender,
	VGPermissionsLoadingEventArgs e
)
Visual Basic
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