PLinqInstantFeedbackDataSource Events
A non-visual component that you can use as a PLINQ data source for the GridControl in Instant Feedback Mode. This component supports IEnumerable<T> sources.| 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