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