Represents the progression of a command.
| C# | Visual Basic | Visual C++ |
public interface IProgressUpdater
Public Interface IProgressUpdater
public interface class IProgressUpdater
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| Progressed |
Occurs when progression occurs.
| |
| ProgressMessage |
Gets the progress message.
| |
| ProgressPercentage |
Gets the progress percentage.
| |
| SetProgression(Double) |
Sets the progression.
| |
| SetProgression(Double, String) |
Sets the progression.
|