CanExecuteChangedEventManager.StopListening(Object) Method

Definition

Stops listening for the CanExecuteChanged 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 source object to stop listening for.

Applies to