WeakEventManager<TEventSource,TEventArgs>.StopListening(Object) 方法

定義

停止接聽指定之物件上的事件。

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

要對其引發事件的物件。

適用於