Back to Devexpress

PLinqInstantFeedbackSource.DismissEnumerable Event

corelibraries-devexpress-dot-data-dot-plinq-dot-plinqinstantfeedbacksource-472b6d41.md

latest1.9 KB
Original Source

PLinqInstantFeedbackSource.DismissEnumerable Event

Occurs when the PLinqInstantFeedbackSource no longer needs the enumerable source it used for object retrieval.

Namespace : DevExpress.Data.PLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public event EventHandler<GetEnumerableEventArgs> DismissEnumerable
vb
Public Event DismissEnumerable As EventHandler(Of GetEnumerableEventArgs)

Event Data

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

PropertyDescription
SourceGets or sets the enumerable data source.
TagGets or sets an arbitrary object associated with an enumerable source.

Remarks

You can access the object you have assigned to the GetEnumerableEventArgs.Tag property in the PLinqInstantFeedbackSource.GetEnumerable event handler.

See Also

PLinqInstantFeedbackSource Class

PLinqInstantFeedbackSource Members

DevExpress.Data.PLinq Namespace