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: 3.2.912.1 (3.2.912.01)

Syntax

C#
public VGCheckVersionEventArgs(
	Version version
)
Visual Basic (Declaration)
Public Sub New ( _
	version As Version _
)

Parameters

version
Type: System..::.Version

The version of the permissions of the application.

See Also