Back to Devexpress

PLinqInstantFeedbackSource(EventHandler<GetEnumerableEventArgs>, EventHandler<GetEnumerableEventArgs>) Constructor

corelibraries-devexpress-dot-data-dot-plinq-dot-plinqinstantfeedbacksource-dot-plinqinstantfeedbacksource-x28-eventhandler-getenumerableeventargs-eventhandler-getenumerableeventargs-x29.md

latest2.8 KB
Original Source

PLinqInstantFeedbackSource(EventHandler<GetEnumerableEventArgs>, EventHandler<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(
    EventHandler<GetEnumerableEventArgs> getEnumerable,
    EventHandler<GetEnumerableEventArgs> freeEnumerable
)
vb
Public Sub New(
    getEnumerable As EventHandler(Of GetEnumerableEventArgs),
    freeEnumerable As EventHandler(Of GetEnumerableEventArgs)
)

Parameters

NameTypeDescription
getEnumerableEventHandler<GetEnumerableEventArgs>

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

| | freeEnumerable | EventHandler<GetEnumerableEventArgs> |

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

|

See Also

PLinqInstantFeedbackSource Class

PLinqInstantFeedbackSource Members

DevExpress.Data.PLinq Namespace