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

이벤트를 발생시키는 개체입니다.

적용 대상