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

引发事件到其中的对象。

适用于