ViewItemsChangedEventArgs Properties
Represents arguments passed to the CompositeView.ItemsChanged event.| Name | Description |
|---|---|
| ChangedType | Specifies whether the ViewItemsChangedEventArgs.Item has been added to a Composite View or removed from it. |
| Item | Specifies the View Item that was added or removed. |
See Also