MapDataPlotChangedEventArgs Constructor |
|
DataPA OpenAnalytics API Reference
Creates and returns a new MapDataPlotChangedEventArgs object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public MapDataPlotChangedEventArgs(
DashboardObject DashboardObject,
MapDataPlot MapDataPlot
)
Public Sub New (
DashboardObject As DashboardObject,
MapDataPlot As MapDataPlot
)
public:
MapDataPlotChangedEventArgs(
DashboardObject^ DashboardObject,
MapDataPlot^ MapDataPlot
)
DataPAEnterpriseDashboard.MapDataPlotChangedEventArgs = function(DashboardObject, MapDataPlot);
Parameters
- DashboardObject
- Type: DataPAEnterpriseDashboardDashboardObject
- MapDataPlot
- Type: DataPAEnterpriseDashboardMapDataPlot
The MapDataPlot object that has changed
See Also