Back to Devexpress

EntityInstantFeedbackSource Events

corelibraries-devexpress-dot-data-dot-linq-dot-entityinstantfeedbacksource-dot-underscore-events.md

latest1.6 KB
Original Source

EntityInstantFeedbackSource Events

The data source for the GridControl and SearchLookUpEdit that binds these controls to Entity Framework 4+ model classes in Instant Feedback Mode.

NameDescription
DismissQueryableOccurs when the EntityInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the data store.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
GetQueryableOccurs when the EntityInstantFeedbackSource needs a queryable source, to retrieve objects from the data store.

See Also

EntityInstantFeedbackSource Class

EntityInstantFeedbackSource Members

DevExpress.Data.Linq Namespace