[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine EditorNodeSelectionEventArgs-Instanz.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
public EditorNodeSelectionEventArgs(
	INode node,
	INode[] nodeset
)
Visual Basic
Public Sub New ( _
	node As INode, _
	nodeset As INode() _
)
F#
new : 
        node:INode * 
        nodeset:INode[] -> EditorNodeSelectionEventArgs

Parameters

node
Type: DynamicNode.Core..::..INode
Der primär ausgewählte Knoten, oder null.
nodeset
Type: array<DynamicNode.Core..::..INode>[]()[][]
Eine Auswahl mit allen Knoten.

See Also