MapDataPlot. __MapDataPlot. DataPlotUpdated Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax void DataPlotUpdated(
Object sender,
EventArgs e
)
Sub DataPlotUpdated (
sender As Object,
e As EventArgs
)
void DataPlotUpdated(
Object^ sender,
EventArgs^ e
)
function DataPlotUpdated(sender, e);
Parameters
- sender
- Type: System.Object
- e
- Type: System.EventArgs
See Also