CollectionChangedEventManager.RemoveListener 메서드

정의

지정된 소스의 CollectionChanged 이벤트에서 지정된 수신기를 제거합니다.

public:
 static void RemoveListener(System::Collections::Specialized::INotifyCollectionChanged ^ source, System::Windows::IWeakEventListener ^ listener);
public static void RemoveListener (System.Collections.Specialized.INotifyCollectionChanged source, System.Windows.IWeakEventListener listener);
static member RemoveListener : System.Collections.Specialized.INotifyCollectionChanged * System.Windows.IWeakEventListener -> unit
Public Shared Sub RemoveListener (source As INotifyCollectionChanged, listener As IWeakEventListener)

매개 변수

source
INotifyCollectionChanged

이벤트가 있는 개체입니다.

listener
IWeakEventListener

제거할 수신기입니다.

적용 대상