Skip to main content

EntityInstantFeedbackDataSource Events

A non-visual component that can be used as a data source for the GridControl in Instant Feedback UI Mode Can be associated with an Entity Framework queryable source.
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