Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ViewItemsChangedEventArgs Class

Represents arguments passed to the CompositeView.ItemsChanged event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public class ViewItemsChangedEventArgs :
    EventArgs

#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.

#Inheritance

Object
EventArgs
ViewItemsChangedEventArgs
See Also