Initializes a new instance of the NodeSelectionEventArgs class

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public NodeSelectionEventArgs(
	INode2[] nodes
)

Parameters

nodes
Type: array<VVVV.PluginInterfaces.V2.Graph..::..INode2>[]()[][]

[Missing <param name="nodes"/> documentation for "M:VVVV.PluginInterfaces.V2.NodeSelectionEventArgs.#ctor(VVVV.PluginInterfaces.V2.Graph.INode2[])"]

See Also