Skip to main content
.NET 6.0+

ViewItemsChangedEventArgs Class

Represents arguments passed to the CompositeView.ItemsChanged event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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