[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Wird aufgerufen, wenn das Objekt entsorgt wird. Löst das Ereignis Disposing aus.

Namespace: DynamicNode.Model
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
protected override void OnDisposing()
Visual Basic
Protected Overrides Sub OnDisposing
F#
abstract OnDisposing : unit -> unit 
override OnDisposing : unit -> unit 

See Also