corelibraries-devexpress-dot-data-dot-plinq-31e9866f.md
Provides data for the PLinqInstantFeedbackSource.GetEnumerable and PLinqInstantFeedbackSource.DismissEnumerable events.
Namespace : DevExpress.Data.PLinq
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public class GetEnumerableEventArgs :
EventArgs
Public Class GetEnumerableEventArgs
Inherits EventArgs
GetEnumerableEventArgs is the data class for the following events:
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.
Object EventArgs GetEnumerableEventArgs
See Also