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

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

Syntax

C#
void OnGraphProperties(
	EditorDocumentEventArgs e
)
Visual Basic
Sub OnGraphProperties ( _
	e As EditorDocumentEventArgs _
)
F#
abstract OnGraphProperties : 
        e:EditorDocumentEventArgs -> unit 

Parameters

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

See Also