LinqInstantFeedbackDataSource Events
A non-visual component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback UI Mode. Can be associated with any queryable source (‘LINQ to SQL Classes’).| Name | Description |
|---|---|
| DataContextChanged | Occurs when the data context for this element changes. Inherited from FrameworkElement. |
| DismissQueryable | Occurs when the InstantFeedbackDataSourceBase no longer needs the queryable source it used to retrieve objects from the data store. Inherited from InstantFeedbackDataSourceBase. |
| GetQueryable | Occurs when the InstantFeedbackDataSourceBase needs a queryable source, to retrieve objects from the data store. Inherited from InstantFeedbackDataSourceBase. |
See Also