MapDataPlots__MapDataPlotsMapDataPlotBuildStarted Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax void MapDataPlotBuildStarted(
Object sender,
MapDataPlotChangedEventArgs e
)
Sub MapDataPlotBuildStarted (
sender As Object,
e As MapDataPlotChangedEventArgs
)
void MapDataPlotBuildStarted(
Object^ sender,
MapDataPlotChangedEventArgs^ e
)
function MapDataPlotBuildStarted(sender, e);
Parameters
- sender
- Type: SystemObject
- e
- Type: DataPAEnterpriseDashboardMapDataPlotChangedEventArgs
See Also