Skip to main content
A newer version of this page is available. .

ODataInstantFeedbackSource(Action<GetSourceEventArgs>) Constructor

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

Namespace: DevExpress.Data.ODataLinq

Assembly: DevExpress.Data.v18.2.dll

Declaration

public ODataInstantFeedbackSource(
    Action<GetSourceEventArgs> getSource
)

Parameters

Name Type Description
getSource Action<GetSourceEventArgs>

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

See Also