>
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 TrackingConfiguration<T> Properties(Expression<Func<T, object>> projection)
Summary: Set up tracking for one or more properties.
Parameters
| Name | Type | Description |
|---|---|---|
projection | Expression | Describes which properties of the target object to track by returning an anonymous type projection (e.g. x => new). |
Returns: TrackingConfiguration