INotify |
public interface INotifyDataChanged
The INotifyDataChanged type exposes the following members.
| Name | Description | |
|---|---|---|
| CanSubscribe | Returns true if data changes can be subscribed to. | |
| DataSubscribed | Returns true if data changes are currently subscribed to. |
| Name | Description | |
|---|---|---|
| AddDataChanged | Add a handler for the DataChanged event. | |
| RemoveDataChanged | Remove a handler from the DataChanged event. |
| Name | Description | |
|---|---|---|
| DataChanged | Occurs when data has arrived or changed. |
| Name | Description | |
|---|---|---|
| GetEventQueue |
Subscribes to data changed events and returns a NotifyDataChangedEventQueue.
(Defined by NotifyDataChanged) |