GdViewer.DataReceivedEventArgs Constructor(Double,Int32,Int32)
In This Topic
Syntax
'Declaration
Public Function New( _
ByVal As Double, _
ByVal As Integer, _
ByVal As Integer _
)
public GdViewer.DataReceivedEventArgs(
double ,
int ,
int
)
public GdViewer.DataReceivedEventArgs(
: Double;
: Integer;
: Integer
);
public function GdViewer.DataReceivedEventArgs(
: double,
: int,
: int
);
public: GdViewer.DataReceivedEventArgs(
double ,
int ,
int
)
public:
GdViewer.DataReceivedEventArgs(
double ,
int ,
int
)
Parameters
- PercentProgress
- SizeLeft
- TotalLength
See Also