Visual Guard Class Library Documentation

VGPermissionsLoadingEventHandler Delegate

Represents the method that handles a PermissionsLoading event.

public delegate void VGPermissionsLoadingEventHandler(
   Object sender,
   VGPermissionsLoadingEventArgs e
);

Parameters

sender

The source of the event.

e

A VGPermissionsLoadingEventArgs that contains the event data.

Requirements

Namespace: Novalys.VisualGuard.Security

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

Novalys.VisualGuard.Security Namespace