Type of data change event.
| C# | Visual Basic |
public enum NotifyDataChangedAction
Public Enumeration NotifyDataChangedAction
| Member | Description |
|---|---|
| Add |
Data was added. Refer to the NewItems collection.
|
| Remove |
Data was removed. Refer to the OldItems collection.
|
| Replace |
Data was replaced. Refer to the OldItems and NewItems collection.
Items in OldItems were replaced by items in NewItems.
|
| PropertySet |
A property on a specified element was changed. Refer to NewItems and PropertySet.
|