Click or drag to resize

VGCheckVersionEventHandler Delegate

Represents the method that handles a CheckVersion 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 VGCheckVersionEventHandler(
	Object sender,
	VGCheckVersionEventArgs e
)

Parameters

sender
Type: SystemObject

The source of the event.

e
Type: Novalys.VisualGuard.SecurityVGCheckVersionEventArgs

A VGCheckVersionEventArgs that contains the event data.

See Also