CurrentChangingEventManager.StopListening(Object) Method

Definition

Stops listening for the CurrentChanging event on the specified source.

protected:
 override void StopListening(System::Object ^ source);
protected override void StopListening (object source);
override this.StopListening : obj -> unit
Protected Overrides Sub StopListening (source As Object)

Parameters

source
Object

The object with the event.

Applies to

See also