Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSource Events

Enables binding reports to XPO persistent class’ data.
Name Description
DismissSession Occurs when the XPObjectSource 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 XPObjectSource needs a Session to retrieve objects from the data store.
See Also