[]
Initializes a new instance of the progress changed EventArgs.
public ProgressChangedEventArgs(int progressPercentage, object userState)
Type | Name | Description |
---|---|---|
int | progressPercentage | The percentage of an asynchronous task that has been completed. |
object | userState | A unique user state. |