Collection Events
Serves as a base for classes maintaining a collection of items.| Name | Description |
|---|---|
| CollectionChanged | Fires when the number or arrangement of items within the collection changes. |
| CollectionItemChanged | Fires when property values of a collection item change. |
See Also