Back to Devexpress

LinqInstantFeedbackSource(Action<GetQueryableEventArgs>) Constructor

corelibraries-devexpress-dot-data-dot-linq-dot-linqinstantfeedbacksource-dot-ctor-x28-system-dot-action-devexpress-dot-data-dot-linq-dot-getqueryableeventargs-x29.md

latest1.8 KB
Original Source

LinqInstantFeedbackSource(Action<GetQueryableEventArgs>) Constructor

Initializes a new instance of the LinqInstantFeedbackSource with the specified settings.

Namespace : DevExpress.Data.Linq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public LinqInstantFeedbackSource(
    Action<GetQueryableEventArgs> getQueryable
)
vb
Public Sub New(
    getQueryable As Action(Of GetQueryableEventArgs)
)

Parameters

NameTypeDescription
getQueryableAction<GetQueryableEventArgs>

An Action<GetQueryableEventArgs> delegate, which is a method that will handle the LinqInstantFeedbackSource.GetQueryable event. The specified delegate is attached to this event.

|

See Also

LinqInstantFeedbackSource Class

LinqInstantFeedbackSource Members

DevExpress.Data.Linq Namespace