Back to Devexpress

PLinqInstantFeedbackSource(Action<GetEnumerableEventArgs>) Constructor

corelibraries-devexpress-dot-data-dot-plinq-dot-plinqinstantfeedbacksource-dot-ctor-x28-system-dot-action-devexpress-dot-data-dot-plinq-dot-getenumerableeventargs-x29.md

latest1.8 KB
Original Source

PLinqInstantFeedbackSource(Action<GetEnumerableEventArgs>) Constructor

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

Namespace : DevExpress.Data.PLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public PLinqInstantFeedbackSource(
    Action<GetEnumerableEventArgs> getEnumerable
)
vb
Public Sub New(
    getEnumerable As Action(Of GetEnumerableEventArgs)
)

Parameters

NameTypeDescription
getEnumerableAction<GetEnumerableEventArgs>

An Action<GetEnumerableEventArgs> delegate, which is a method that will handle the PLinqInstantFeedbackSource.GetEnumerable event. The specified delegate is attached to this event.

|

See Also

PLinqInstantFeedbackSource Class

PLinqInstantFeedbackSource Members

DevExpress.Data.PLinq Namespace