Back to Devexpress

LinqInstantFeedbackSource Events

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

latest1.6 KB
Original Source

LinqInstantFeedbackSource Events

The data source for the GridControl and SearchLookUpEdit that binds these controls to any queryable source (‘LINQ to SQL Classes’) in Instant Feedback Mode.

NameDescription
DismissQueryableOccurs when the LinqInstantFeedbackSource 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 LinqInstantFeedbackSource needs a queryable source, to retrieve objects from the data store.

See Also

LinqInstantFeedbackSource Class

LinqInstantFeedbackSource Members

DevExpress.Data.Linq Namespace