Click or drag to resize

VGSecurityInitializedEventArgs Constructor

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: 2018.1.720.18 (2018.1.0720.18)
Syntax
public VGSecurityInitializedEventArgs(
	VGSecurityRuntime runtime
)

Parameters

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