ViewItemsChangedEventArgs Class
Represents arguments passed to the CompositeView.ItemsChanged event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The CompositeView.ItemsChanged event occurs after changing a Composite View’s CompositeView.Items collection. Handle this event to perform specific actions when changing the collection.
The ViewItemsChangedEventArgs class exposes two properties. The ViewItemsChangedEventArgs.Item property specifies the View Item that was added or removed. The ViewItemsChangedEventArgs.ChangedType property specifies whether the View Item was added or removed.
See Also