Click or drag to resize

VGSecurityLoadedEventHandler Delegate

Represents the method that handles a SecurityLoaded 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 VGSecurityLoadedEventHandler(
	Object sender,
	VGSecurityLoadedEventArgs e
)

Parameters

sender
Type: SystemObject

The source of the event.

e
Type: Novalys.VisualGuard.SecurityVGSecurityLoadedEventArgs

A VGSecurityLoadedEventArgs that contains the event data.

See Also