corelibraries-devexpress-dot-data-dot-linq-3470c1e2.md
Provides data for the LinqInstantFeedbackSource.GetQueryable and LinqInstantFeedbackSource.DismissQueryable events.
Namespace : DevExpress.Data.Linq
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public class GetQueryableEventArgs :
EventArgs
Public Class GetQueryableEventArgs
Inherits EventArgs
GetQueryableEventArgs is the data class for the following events:
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.
Object EventArgs GetQueryableEventArgs
See Also