Back to Devexpress

WcfInstantFeedbackSource.DismissSource Event

corelibraries-devexpress-dot-data-dot-wcflinq-dot-wcfinstantfeedbacksource-898235ca.md

latest2.5 KB
Original Source

WcfInstantFeedbackSource.DismissSource Event

Occurs when the WcfInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the WCF data service.

Namespace : DevExpress.Data.WcfLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public event EventHandler<GetSourceEventArgs> DismissSource
vb
Public Event DismissSource As EventHandler(Of GetSourceEventArgs)

Event Data

The DismissSource event's data class is GetSourceEventArgs. The following properties provide information specific to this event:

PropertyDescription
AreSourceRowsThreadSafeSpecifies whether elements retrieved by the WcfInstantFeedbackSource‘s queryable source are thread-safe.
ExtenderThis property is intended for internal use.
KeyExpressionGets or sets the name of the key property.
QuerySpecifies the query request to the WCF data service.
TagGets or sets an arbitrary object associated with a queryable source.

Remarks

You can access the object you have assigned to the GetSourceEventArgs.Tag property in the WcfInstantFeedbackSource.GetSource event handler.

See Also

WcfInstantFeedbackSource Class

WcfInstantFeedbackSource Members

DevExpress.Data.WcfLinq Namespace