[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Initialisiert eine EditorNodeSelectionEventArgs-Instanz.
Namespace: DynamicNode.Ext.VisualAssembly: 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.