Skip to main content
.NET Framework 4.6.2+

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

PropertyCollectionSource Events
Show Inherited Hide Inherited

Serves as the data source for the nested List Views that display collection properties.
Name Description
CollectionChanged Occurs after the Collection Source’s collection has been recreated. Inherited from CollectionSourceBase.
CollectionChanging Occurs before the Collection Source’s collection has been recreated. Inherited from CollectionSourceBase.
CollectionReloaded Occurs after the Collection Source’s CollectionSourceBase.Collection has been reloaded. Inherited from CollectionSourceBase.
CollectionReloading Occurs before the Collection Source’s CollectionSourceBase.Collection has been reloaded. Inherited from CollectionSourceBase.
CriteriaApplied Occurs after the Collection Source’s collection has been filtered using the CriteriaOperator objects contained in the CollectionSourceBase.Criteria dictionary. Inherited from CollectionSourceBase.
CriteriaApplying Occurs before the Collection Source’s collection has been filtered using the CriteriaOperator objects contained in the CollectionSourceBase.Criteria dictionary. Inherited from CollectionSourceBase.
Disposed Occurs after a Collection Source has been disposed of. Inherited from CollectionSourceBase.
MasterObjectChanged Occurs after the PropertyCollectionSource.MasterObject has been changed.
See Also