MapDataPlot__MapDataPlotDataPlotUpdated 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: SystemObject
- e
- Type: SystemEventArgs
See Also