MapDataPlotBuildProcessCancelled Event |
|
DataPA OpenAnalytics API Reference
Event fires when the build process for this data plot is cancelled
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event MapDataPlotBuildProcessCancelledEventHandler BuildProcessCancelled
Public Event BuildProcessCancelled As MapDataPlotBuildProcessCancelledEventHandler
public:
event MapDataPlotBuildProcessCancelledEventHandler^ BuildProcessCancelled {
void add (MapDataPlotBuildProcessCancelledEventHandler^ value);
void remove (MapDataPlotBuildProcessCancelledEventHandler^ value);
}
function add_BuildProcessCancelled(value);
function remove_BuildProcessCancelled(value);
Value
Type:
DataPAEnterpriseDashboardMapDataPlotBuildProcessCancelledEventHandlerSee Also