WcfInstantFeedbackSource Events
The data source for the GridControl and SearchLookUpEdit controls that binds these controls to a WCF Data Service in Instant Feedback Mode.| Name | Description |
|---|---|
| DismissSource | Occurs when the WcfInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the WCF data service. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| GetSource | Occurs when the WcfInstantFeedbackSource needs a queryable source, to retrieve objects from the WCF data service. |
See Also