Initializes a new instance of the VGSecurityInitializedEventArgs 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 VGSecurityInitializedEventArgs(
	VGSecurityRuntime runtime
)
Visual Basic
Public Sub New ( 
	runtime As VGSecurityRuntime
)

Parameters

runtime
Type: Novalys.VisualGuard.Security..::..VGSecurityRuntime
the VGSecurityRuntime object used by VGSecurityManager to load and set the security.

See Also