ProgressChangedEventArgs(Int32) Constructor

Standard constructor.
Public Sub New( _ 
ByVal progress As Integer
)
This language is not supported or no code example is available.
public ProgressChangedEventArgs( 
int progress 
)
This language is not supported or no code example is available.

Parameters

progress
int

A value representing the current progress in the range [0-100].

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition