Click or drag to resize

VGSecurityErrorEventHandler Delegate

Represents the method that handles a SecurityError 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 VGSecurityErrorEventHandler(
	Object sender,
	VGSecurityErrorEventArgs e
)

Parameters

sender
Type: SystemObject

The source of the event.

e
Type: Novalys.VisualGuard.SecurityVGSecurityErrorEventArgs

A VGSecurityErrorEventArgs that contains the event data.

See Also