Click or drag to resize

INotifyDataChanged Methods

The INotifyDataChanged type exposes the following members.

Methods
 NameDescription
Public methodAddDataChanged Add a handler for the DataChanged event.
Public methodRemoveDataChanged Remove a handler from the DataChanged event.
Top
Extension Methods
 NameDescription
Public Extension MethodCode exampleGetEventQueue Subscribes to data changed events and returns a NotifyDataChangedEventQueue.
(Defined by NotifyDataChanged)
Top
See Also