[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Wir aufgerufen nachdem die Erweiterung einem Knoten angefügt wurde.

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

Syntax

C#
public void AfterAttaching(
	INode o
)
Visual Basic
Public Sub AfterAttaching ( _
	o As INode _
)
F#
abstract AfterAttaching : 
        o:INode -> unit 
override AfterAttaching : 
        o:INode -> unit 

Parameters

o
Type: DynamicNode.Core..::..INode
Der Knoten

Implements

IExtension<(Of <(<'T>)>)>..::..AfterAttaching(T)

See Also