Click or drag to resize

DrawingStatusEventArgs Class

Event args used in DrawingStatus event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DXFReaderNETDrawingStatusEventArgs

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class DrawingStatusEventArgs : EventArgs

The DrawingStatusEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyProgress
An integer from 0 to 100 that specifies the drawing progress.
Top
See Also