IData |
public interface IDataChangedNotifier : INotifyDataChanged
The IDataChangedNotifier type exposes the following members.
| Name | Description | |
|---|---|---|
| CanSubscribe |
Returns true if data changes can be subscribed to.
(Inherited from INotifyDataChanged) | |
| DataSubscribed |
Returns true if data changes are currently subscribed to.
(Inherited from INotifyDataChanged) |
| 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 | |
|---|---|---|
| DataChanged |
Occurs when data has arrived or changed.
(Inherited from INotifyDataChanged) |
| Name | Description | |
|---|---|---|
| GetEventQueue |
Subscribes to data changed events and returns a NotifyDataChangedEventQueue.
(Defined by NotifyDataChanged) |