InstantFeedbackDataSourceBase Events
A base class for EntityInstantFeedbackDataSource and LinqInstantFeedbackDataSource.| 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. |
| GetQueryable | Occurs when the InstantFeedbackDataSourceBase needs a queryable source, to retrieve objects from the data store. |
See Also