GetQueryableEventArgs Class
In This Article
Provides data for the LinqInstantFeedbackSource.GetQueryable and LinqInstantFeedbackSource.DismissQueryable events.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
#Declaration
#Remarks
The LinqInstantFeedbackSource.GetQueryable and LinqInstantFeedbackSource.DismissQueryable events occur when a LinqInstantFeedbackSource requests a queryable source to retrieve data from a data store, and when this queryable source is about to be dismissed.
See Also