ProgressChangedEventArgs(Int32, String) Constructor

Standard constructor.
Public Sub New( _ 
ByVal progress As Integer, _ 
ByVal text As String
)
This language is not supported or no code example is available.
public ProgressChangedEventArgs( 
int progress
string text 
)
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].

text
string

The progress text.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition