PlotStatusEventArgs Class
|
Event args used in PlotStatus event.
Inheritance Hierarchy
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic class PlotStatusEventArgs : EventArgs
Public Class PlotStatusEventArgs
Inherits EventArgs
public ref class PlotStatusEventArgs : public EventArgs
type PlotStatusEventArgs =
class
inherit EventArgs
end
CLASS PlotStatusEventArgs INHERIT EventArgs
The PlotStatusEventArgs type exposes the following members.
Properties
| Name | Description |
---|
 | Progress |
An integer from 0 to 100 that specifies the plotting progress.
|
Top
See Also