Skip to main content
A newer version of this page is available. .

PLinqInstantFeedbackDataSource Events

A component that can be used as a PLINQ data source for the GridControl in Instant Feedback UI Mode. Can be associated with any IEnumerable source.
Name Description
DataContextChanged Occurs when the data context for this element changes. Inherited from FrameworkElement.
DismissEnumerable Occurs when the PLinqInstantFeedbackDataSource no longer needs the source it used to retrieve objects from the data store.
GetEnumerable Allows you to dynamically specify the source collection for PLinqInstantFeedbackDataSource.
See Also