Back to Devexpress

ODataInstantFeedbackSource(Action<GetSourceEventArgs>) Constructor

corelibraries-devexpress-dot-data-dot-odatalinq-dot-odatainstantfeedbacksource-dot-ctor-x28-system-dot-action-devexpress-dot-data-dot-odatalinq-dot-getsourceeventargs-x29.md

latest1.8 KB
Original Source

ODataInstantFeedbackSource(Action<GetSourceEventArgs>) Constructor

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

Namespace : DevExpress.Data.ODataLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public ODataInstantFeedbackSource(
    Action<GetSourceEventArgs> getSource
)
vb
Public Sub New(
    getSource As Action(Of GetSourceEventArgs)
)

Parameters

NameTypeDescription
getSourceAction<GetSourceEventArgs>

An Action<GetSourceEventArgs> delegate, which is a method that will handle the ODataInstantFeedbackSource.GetSource event. The specified delegate is attached to this event.

|

See Also

ODataInstantFeedbackSource Class

ODataInstantFeedbackSource Members

DevExpress.Data.ODataLinq Namespace