Tracker.StopTracking(object) method¶
Defined in
Type: Tracker
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public void StopTracking(object target)
Summary: Stop tracking the target object. This prevents the persisting the target's properties when PersistAll is called on the tracker. It is used to prevent saving invalid data when the target object still exists but is in an invalid state (e.g. disposed forms).
Parameters
| Name | Type | Description |
|---|---|---|
target | object | The target. |