C# 클래스 Gu.Wpf.ValidationScope.ErrorsChangedEventManager

Manager for the INotifyErrorsChanged.ErrorsChanged event. Inspired by: http://referencesource.microsoft.com/#WindowsBase/Base/System/Collections/Specialized/CollectionChangedEventManager.cs,7537b339109a7418
상속: System.Windows.WeakEventManager
파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.ValidationScope 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ErrorsChangedEventManager System

공개 메소드들

메소드 설명
AddHandler ( INotifyErrorsChanged source, EventHandler handler ) : void

Add a handler for the given source's event.

AddListener ( INotifyErrorsChanged source, IWeakEventListener listener ) : void

Add a listener to the given source's event.

RemoveHandler ( INotifyErrorsChanged source, EventHandler handler ) : void

Remove a handler for the given source's event.

RemoveListener ( INotifyErrorsChanged source, IWeakEventListener listener ) : void

Remove a listener to the given source's event.

보호된 메소드들

메소드 설명
NewListenerList ( ) : ListenerList
StartListening ( object source ) : void
StopListening ( object source ) : void

비공개 메소드들

메소드 설명
ErrorsChangedEventManager ( ) : System

메소드 상세

AddHandler() 공개 정적인 메소드

Add a handler for the given source's event.
public static AddHandler ( INotifyErrorsChanged source, EventHandler handler ) : void
source INotifyErrorsChanged
handler EventHandler
리턴 void

AddListener() 공개 정적인 메소드

Add a listener to the given source's event.
public static AddListener ( INotifyErrorsChanged source, IWeakEventListener listener ) : void
source INotifyErrorsChanged
listener IWeakEventListener
리턴 void

NewListenerList() 보호된 메소드

protected NewListenerList ( ) : ListenerList
리턴 ListenerList

RemoveHandler() 공개 정적인 메소드

Remove a handler for the given source's event.
public static RemoveHandler ( INotifyErrorsChanged source, EventHandler handler ) : void
source INotifyErrorsChanged
handler EventHandler
리턴 void

RemoveListener() 공개 정적인 메소드

Remove a listener to the given source's event.
public static RemoveListener ( INotifyErrorsChanged source, IWeakEventListener listener ) : void
source INotifyErrorsChanged
listener IWeakEventListener
리턴 void

StartListening() 보호된 메소드

protected StartListening ( object source ) : void
source object
리턴 void

StopListening() 보호된 메소드

protected StopListening ( object source ) : void
source object
리턴 void