MapDataPlots. __MapDataPlots. MapDataPlotBuildStarted Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntaxvoid 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: System.Object
- e
- Type: DataPAEnterpriseDashboard.MapDataPlotChangedEventArgs
See Also