Represents the method that handles a CheckVersion 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 VGCheckVersionEventHandler(
	Object sender,
	VGCheckVersionEventArgs e
)
Visual Basic
Public Delegate Sub VGCheckVersionEventHandler ( 
	sender As Object,
	e As VGCheckVersionEventArgs
)

Parameters

sender
Type: System..::..Object

The source of the event.

e
Type: Novalys.VisualGuard.Security..::..VGCheckVersionEventArgs

A VGCheckVersionEventArgs that contains the event data.

See Also