Autodesk.AutoCAD.PlottingServices Namespace > PlotReactorManager Class > PlotReactorManager Events > EndPlot Event
PlotReactorManager.EndPlot Event
Description

 

Called by the plotting framework when PlotEngine.endPlot() has been called by an application. The status parameter indicates the final status of the plot.

Visual Basic
Public Event EndPlot As EndPlotEventHandler
C#
public event EndPlotEventHandler EndPlot;
Links
   Comments?