Constructor ProgressBar
ProgressBar(VoidHandler, string)
Construct ProgressBar
Declaration
public ProgressBar(VoidHandler cancelCallback, string title = "Processing...")
Parameters
| Type | Name | Description |
|---|---|---|
| VoidHandler | cancelCallback | The callback that should be called if the cancel button is pressed |
| string | title | The title of the progress bar |