Skip to content

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

NameTypeDescription
eventNamestringName 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

NameTypeDescription
eventNamestringName of the event.
eventSourceobjectThe 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

NameTypeDescription
eventNamestringName of the event.
eventSourceGetterFuncThe event source getter.

Returns: ITrackingConfiguration -- ITracking Configuration.