[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Wird ausgelöst, wenn aus diesem Objekt ein Kindelement entfernt wurde.
Namespace: DynamicNode.ModelAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
event EventHandler<ChildEventArgs<TSelf, TChild>> ChildRemoved |
Visual Basic |
---|
Event ChildRemoved As EventHandler(Of ChildEventArgs(Of TSelf, TChild)) |
F# |
---|
abstract ChildRemoved : IEvent<EventHandler<ChildEventArgs<'TSelf, 'TChild>>, ChildEventArgs<'TSelf, 'TChild>> |