Property | Type | Description | |
---|---|---|---|
ErrorsChangedEventManager | System |
Method | Description | |
---|---|---|
AddHandler ( INotifyErrorsChanged source, EventHandler |
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 |
Remove a handler for the given source's event.
|
|
RemoveListener ( INotifyErrorsChanged source, IWeakEventListener listener ) : void |
Remove a listener to the given source's event.
|
Method | Description | |
---|---|---|
NewListenerList ( ) : ListenerList | ||
StartListening ( object source ) : void | ||
StopListening ( object source ) : void |
Method | Description | |
---|---|---|
ErrorsChangedEventManager ( ) : System |
public static AddHandler ( INotifyErrorsChanged source, EventHandler |
||
source | INotifyErrorsChanged | |
handler | EventHandler |
|
return | void |
public static AddListener ( INotifyErrorsChanged source, IWeakEventListener listener ) : void | ||
source | INotifyErrorsChanged | |
listener | IWeakEventListener | |
return | void |
public static RemoveHandler ( INotifyErrorsChanged source, EventHandler |
||
source | INotifyErrorsChanged | |
handler | EventHandler |
|
return | void |
public static RemoveListener ( INotifyErrorsChanged source, IWeakEventListener listener ) : void | ||
source | INotifyErrorsChanged | |
listener | IWeakEventListener | |
return | void |
protected StartListening ( object source ) : void | ||
source | object | |
return | void |
protected StopListening ( object source ) : void | ||
source | object | |
return | void |