Back to Devexpress

PLinqInstantFeedbackSource Events

corelibraries-devexpress-dot-data-dot-plinq-dot-plinqinstantfeedbacksource-dot-underscore-events.md

latest1.6 KB
Original Source

PLinqInstantFeedbackSource Events

The data source for the GridControl and SearchLookUpEdit that binds these controls to any enumerable source in Instant Feedback Mode.

NameDescription
DismissEnumerableOccurs when the PLinqInstantFeedbackSource no longer needs the enumerable source it used for object retrieval.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
GetEnumerableOccurs when the PLinqInstantFeedbackSource needs an enumerable source, to retrieve data from it.

See Also

PLinqInstantFeedbackSource Class

PLinqInstantFeedbackSource Members

DevExpress.Data.PLinq Namespace