Skip to main content
All docs
V18.2

FilterConditionCollectionBase.CollectionChanged Event

Fires when the collection is modified.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public event CollectionChangeEventHandler CollectionChanged

Event Data

The CollectionChanged event's data class is CollectionChangeEventArgs. The following properties provide information specific to this event:

Property Description
Action Gets an action that specifies how the collection changed.
Element Gets the instance of the collection with the change.
See Also