DashboardObjectDataSource Events
An object data source that provides data for the dashboard.| Name | Description |
|---|---|
| BeforeFill | Occurs before filling an object data source, which enables you to provide custom data source validation. Inherited from ObjectDataSource. |
| BeforeFillGlobal static | Occurs before filling an object data source, enabling you to provide custom validation for all object data sources in your application. Inherited from ObjectDataSource. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also