Back to Devexpress

WcfInstantFeedbackSource(Action<GetSourceEventArgs>, Action<GetSourceEventArgs>) Constructor

corelibraries-devexpress-dot-data-dot-wcflinq-dot-wcfinstantfeedbacksource-dot-ctor-x28-system-dot-action-devexpress-dot-data-dot-wcflinq-dot-getsourceeventargs-system-dot-action-devexpress-dot-data-dot-wcflinq-dot-getsourceeventargs-x29.md

latest2.6 KB
Original Source

WcfInstantFeedbackSource(Action<GetSourceEventArgs>, Action<GetSourceEventArgs>) Constructor

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

Namespace : DevExpress.Data.WcfLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public WcfInstantFeedbackSource(
    Action<GetSourceEventArgs> getSource,
    Action<GetSourceEventArgs> freeSource
)
vb
Public Sub New(
    getSource As Action(Of GetSourceEventArgs),
    freeSource As Action(Of GetSourceEventArgs)
)

Parameters

NameTypeDescription
getSourceAction<GetSourceEventArgs>

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

| | freeSource | Action<GetSourceEventArgs> |

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

|

See Also

WcfInstantFeedbackSource Class

WcfInstantFeedbackSource Members

DevExpress.Data.WcfLinq Namespace