Skip to content

)}

ITrackingConfiguration.StopTrackingOn(string) method

Defined in

Type: ITrackingConfiguration 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. ITrackingConfiguration StopTrackingOn(string eventName)
  • 2. ITrackingConfiguration StopTrackingOn(string eventName, Func<object, object> eventSourceGetter)
  • 3. ITrackingConfiguration StopTrackingOn(string eventName, object eventSource)

1. Overload

ITrackingConfiguration StopTrackingOn(string eventName)

Summary: Stops the tracking on.

Parameters

NameTypeDescription
eventNamestringName of the event.

Returns: ITrackingConfiguration -- ITracking Configuration.

2. Overload

ITrackingConfiguration StopTrackingOn(string eventName, Func<object, object> eventSourceGetter)

Summary: Stops the tracking on.

Parameters

NameTypeDescription
eventNamestringName of the event.
eventSourceGetterFuncThe event source getter.

Returns: ITrackingConfiguration -- ITracking Configuration.

3. Overload

ITrackingConfiguration StopTrackingOn(string eventName, object eventSource)

Summary: Stops the tracking on.

Parameters

NameTypeDescription
eventNamestringName of the event.
eventSourceobjectThe event source.

Returns: ITrackingConfiguration -- ITracking Configuration.