)} ,System.Object)} ,System.Func{-0,System.Object})}
TrackingConfiguration.StopTrackingOn(Func) 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
Overloads¶
- 1.
public TrackingConfiguration<T> StopTrackingOn(Func<T, string> eventName) - 2.
public TrackingConfiguration<T> StopTrackingOn(Func<T, string> eventName, object eventSource) - 3.
public TrackingConfiguration<T> StopTrackingOn(Func<T, string> eventName, Func<T, object> eventSourceGetter)
1. Overload¶
public TrackingConfiguration<T> StopTrackingOn(Func<T, string> eventName)
Summary: Stop tracking the target when it fires the specified event.
Parameters
| Name | Type | Description |
|---|---|---|
eventName | Func | Name of the event. |
Returns: TrackingConfiguration
2. Overload¶
public TrackingConfiguration<T> StopTrackingOn(Func<T, string> eventName, object eventSource)
Summary: Stop tracking the target when the specified eventSource object fires the specified event.
Parameters
| Name | Type | Description |
|---|---|---|
eventName | Func | Name of the event. |
eventSource | object | The event source. |
Returns: TrackingConfiguration
3. Overload¶
public TrackingConfiguration<T> StopTrackingOn(Func<T, string> eventName, Func<T, object> eventSourceGetter)
Summary: Stop tracking the target when the specified eventSource object fires the specified event.
Parameters
| Name | Type | Description |
|---|---|---|
eventName | Func | Name of the event. |
eventSourceGetter | Func | The event source getter. |
Returns: TrackingConfiguration