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

DynamicCollection Events
Show Inherited Hide Inherited

A proxy collection that allows you to filter and sort an original collection without its change.
Name Description
FetchObjects Occurs when the DynamicCollection contents are accessed for the first time, when this collection is reloaded, or its Criteria and Sorting parameters are changed. Handle this event and set the FetchObjectsEventArgs.Objects argument the DynamicCollection contents.
ListChanged Occurs when the collection contents are changed. This event is implemented to support the IBindingList interface. Inherited from DynamicCollectionBase.
Loaded Occurs after the collection was populated with objects. Inherited from DynamicCollectionBase.
See Also