DXFReaderNETControlPlotStatus Event
|
Fired when a DXF file is being plot.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public event EventHandler<PlotStatusEventArgs> PlotStatus
Public Event PlotStatus As EventHandler(Of PlotStatusEventArgs)
public:
event EventHandler<PlotStatusEventArgs^>^ PlotStatus {
void add (EventHandler<PlotStatusEventArgs^>^ value);
void remove (EventHandler<PlotStatusEventArgs^>^ value);
}
member PlotStatus : IEvent<EventHandler<PlotStatusEventArgs>,
PlotStatusEventArgs>
Value
Type:
SystemEventHandlerPlotStatusEventArgsSee Also