DrawingStatusEventArgs Class
|
Event args used in DrawingStatus event.
Inheritance Hierarchy
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public class DrawingStatusEventArgs : EventArgs
Public Class DrawingStatusEventArgs
Inherits EventArgs
public ref class DrawingStatusEventArgs : public EventArgs
type DrawingStatusEventArgs =
class
inherit EventArgs
end
CLASS DrawingStatusEventArgs INHERIT EventArgs
The DrawingStatusEventArgs type exposes the following members.
Properties
| Name | Description |
---|
| Progress |
An integer from 0 to 100 that specifies the drawing progress.
|
TopSee Also