Skip to main content

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.
Name Description
DismissQueryable Occurs when the LinqInstantFeedbackSource 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 LinqInstantFeedbackSource needs a queryable source, to retrieve objects from the data store.
See Also