TrackingConfiguration.Track(T) method¶
Defined in
Type: TrackingConfigurationCrissCross.WPF.UI.Configuration
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 Track(T target)
Summary: Start tracking the target object. This will apply any previously stored data and start listening for events that indicate persisting new data is required.
Parameters
| Name | Type | Description |
|---|---|---|
target | T | The target object to track. |