Tracker.Forget(string) 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
Overloads¶
- 1.
public void Forget(string id) - 2.
public void Forget(object target)
1. Overload¶
public void Forget(string id)
Summary: Forget any saved state for the object with the specified id.
Parameters
| Name | Type | Description |
|---|---|---|
id | string | The identifier. |
2. Overload¶
public void Forget(object target)
Summary: Forget any saved state for the target object.
Parameters
| Name | Type | Description |
|---|---|---|
target | object | The target. |