GetEnumerableEventArgs Class
Provides data for the PLinqInstantFeedbackSource.GetEnumerable and PLinqInstantFeedbackSource.DismissEnumerable events.
Namespace: DevExpress.Data.PLinq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Remarks
The PLinqInstantFeedbackSource.GetEnumerable and PLinqInstantFeedbackSource.DismissEnumerable events occur when a PLinqInstantFeedbackSource requests an enumerable source to retrieve data from it, and when this enumerable source is about to be dismissed.
See Also