Skip to content

TrackingConfiguration.Track(T) method

Defined in

Type: TrackingConfiguration Namespace: CrissCross.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

NameTypeDescription
targetTThe target object to track.