ReactiveTreeItem.Dispose(bool) method¶
Defined in
Type: ReactiveTreeItem
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
protected override void Dispose(bool disposing)
Summary: Releases the resources used by the current instance of the class.
Parameters
| Name | Type | Description |
|---|---|---|
disposing | bool | A value indicating whether to release both managed and unmanaged resources. Specify true to release managed resources; false to release only unmanaged resources. |
Remarks
This method is called when disposing the object or during finalization. When disposing is true, managed resources are disposed in addition to unmanaged
resources.