[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Löst das Ereignis NodeSelect aus.

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

Syntax

C#
public void OnNodeSelect(
	EditorNodeSelectionEventArgs e
)
Visual Basic
Public Sub OnNodeSelect ( _
	e As EditorNodeSelectionEventArgs _
)
F#
abstract OnNodeSelect : 
        e:EditorNodeSelectionEventArgs -> unit 
override OnNodeSelect : 
        e:EditorNodeSelectionEventArgs -> unit 

Parameters

e
Type: DynamicNode.Ext.Visual..::..EditorNodeSelectionEventArgs
Eine EditorNodeSelectionEventArgs-Instanz, welche die Ereignis-Parameter enthält.

Implements

IGraphDocument..::..OnNodeSelect(EditorNodeSelectionEventArgs)

See Also