DashboardXpoDataSource Events
Retrieves data from XPO (eXpress Persistent Objects).Name | Description |
---|---|
AfterFill | For internal use. Inherited from XPObjectSource. |
BeforeFill | For internal use. Inherited from XPObjectSource. |
DismissSession | Occurs when the XPObjectSource no longer needs the Session it used to retrieve objects from the data store. Inherited from XPObjectSource. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
ResolveSession | Occurs when the XPObjectSource needs a Session to retrieve objects from the data store. Inherited from XPObjectSource. |
See Also