Back to Devexpress

IDashboardControl.DataLoading Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-d5809899.md

latest2.3 KB
Original Source

IDashboardControl.DataLoading Event

Allows you to provide data for the DashboardObjectDataSource.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DataLoadingEventHandler DataLoading
vb
Event DataLoading As DataLoadingEventHandler

Event Data

The DataLoading event's data class is DataLoadingEventArgs. The following properties provide information specific to this event:

PropertyDescription
DataGets or sets data for the current data source.
DataIdGets an object data source’s unique identifier.
DataSourceComponentNameGet the component name of the data source for which the event has been raised.
DataSourceNameGets the name of the data source for which the event has been raised.
OverwriteDataSourcePropertySpecifies whether the DataSource and DataMember properties of the DashboardObjectDataSource are set when data is supplied in the event handler.
ParametersProvides access to parameter values passed to the object data source.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace