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