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

WcfInstantFeedbackSource(EventHandler<GetSourceEventArgs>) Constructor

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

Namespace: DevExpress.Data.WcfLinq

Assembly: DevExpress.Data.v18.2.dll

Declaration

public WcfInstantFeedbackSource(
    EventHandler<GetSourceEventArgs> getSource
)

Parameters

Name Type Description
getSource EventHandler<GetSourceEventArgs>

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

See Also