Specifies what data was changed and how it was changed.
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| NotifyDataChangedEventArgs(NotifyDataChangedAction) |
Construct a data changed event of the specified type.
| |
| Action |
The type of data change event.
| |
| NewItems |
New items either added to the collection, replacing old items, or those which had properties changed.
| |
| OldItems |
Old items replaced or removed.
| |
| PropertiesSet |
When Action is PropertySet, indicates which property was changed.
|