Skip to main content

PLinqInstantFeedbackSource Events

The data source for the GridControl and SearchLookUpEdit that binds these controls to any enumerable source in Instant Feedback Mode.
Name Description
DismissEnumerable Occurs when the PLinqInstantFeedbackSource no longer needs the enumerable source it used for object retrieval.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
GetEnumerable Occurs when the PLinqInstantFeedbackSource needs an enumerable source, to retrieve data from it.
See Also