Initializes a new instance of the VGCheckVersionEventArgs class with an action, the node it was performed upon, and the parent node.

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 VGCheckVersionEventArgs(
	Version version
)
Visual Basic
Public Sub New ( 
	version As Version
)

Parameters

version
Type: System..::..Version

The version of the permissions of the application.

See Also