IDataChangedNotifier Methods |
The IDataChangedNotifier type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDataChanged |
Add a handler for the DataChanged event.
(Inherited from INotifyDataChanged.) | |
| NotifyDataChanged |
Notifies callers of a data change.
| |
| RemoveDataChanged |
Remove a handler from the DataChanged event.
(Inherited from INotifyDataChanged.) |
| Name | Description | |
|---|---|---|
| GetEventQueue |
Subscribes to data changed events and returns a NotifyDataChangedEventQueue.
(Defined by NotifyDataChanged.) |