CurrentChangingEventManager.StopListening(Object) 方法

定義

停止接聽所指定來源上的 CurrentChanging 事件。

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)

參數

source
Object

具有事件的物件。

適用於

另請參閱