[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Wird aufgerufen, wenn ein Kindobjekt aus diesem Elternobjekt entfernt wurde.
Löst das Ereignis
ChildRemoved aus.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
protected override void OnChildRemoved(
IPort childToRemove
) |
Visual Basic |
---|
Protected Overrides Sub OnChildRemoved ( _
childToRemove As IPort _
) |
F# |
---|
abstract OnChildRemoved :
childToRemove:IPort -> unit
override OnChildRemoved :
childToRemove:IPort -> unit |
See Also