Back to Devexpress

ODataInstantFeedbackSource(EventHandler<GetSourceEventArgs>, EventHandler<GetSourceEventArgs>) Constructor

corelibraries-devexpress-dot-data-dot-odatalinq-dot-odatainstantfeedbacksource-dot-odatainstantfeedbacksource-x28-eventhandler-getsourceeventargs-eventhandler-getsourceeventargs-x29.md

latest2.7 KB
Original Source

ODataInstantFeedbackSource(EventHandler<GetSourceEventArgs>, EventHandler<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(
    EventHandler<GetSourceEventArgs> getSource,
    EventHandler<GetSourceEventArgs> freeSource
)
vb
Public Sub New(
    getSource As EventHandler(Of GetSourceEventArgs),
    freeSource As EventHandler(Of GetSourceEventArgs)
)

Parameters

NameTypeDescription
getSourceEventHandler<GetSourceEventArgs>

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

| | freeSource | EventHandler<GetSourceEventArgs> |

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

|

See Also

ODataInstantFeedbackSource Class

ODataInstantFeedbackSource Members

DevExpress.Data.ODataLinq Namespace