XPInstantFeedbackSource Events
The data source for a GridControl and SearchLookUpEdit controls that binds these controls to data in Instant Feedback Mode.Name | Description |
---|---|
DismissSession | Occurs when the XPInstantFeedbackSource no longer needs the Session 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. |
ResolveSession | Occurs when the XPInstantFeedbackSource needs a Session, to retrieve objects from the data store. |
See Also