>
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 ITrackingConfiguration Properties<T>(Expression<Func<T, object>> projection)
Summary: Set up tracking for one or more properties. The expression should be an anonymous type projection (e.g. x => new).
Type parameters
| Name | Description |
|---|---|
T | Type of target object. |
Parameters
| Name | Type | Description |
|---|---|---|
projection | Expression | A projection of properties to track. Allows providing nested object properties. |
Returns: ITrackingConfiguration -- ITrackingConfiguration.