EntityInstantFeedbackSource Events
The data source for the GridControl and SearchLookUpEdit that binds these controls to Entity Framework 4+ model classes in Instant Feedback Mode.| Name | Description |
|---|---|
| DismissQueryable | Occurs when the EntityInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the data store. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| GetQueryable | Occurs when the EntityInstantFeedbackSource needs a queryable source, to retrieve objects from the data store. |
See Also