Name | Description | |
---|---|---|
![]() | Cancel | Request to cancel the monitor stack. |
![]() | Dispose | Overloaded. Consider the monitor stack complete and prepare it for immediate disposal. |
![]() | NewMonitor | Create a new monitor with the specified owning object, status, and number of steps |
For a list of all members of this type, see ProgressMonitorStack members.
Name | Description | |
---|---|---|
![]() | Cancel | Request to cancel the monitor stack. |
![]() | Dispose | Overloaded. Consider the monitor stack complete and prepare it for immediate disposal. |
![]() | NewMonitor | Create a new monitor with the specified owning object, status, and number of steps |
Name | Description | |
---|---|---|
![]() | OnCanceled | Raised by the progress monitor stack when canceling the operation being monitored/ |
![]() | OnChanged | Called when the ProgressMonitor that is the top monitor is changed. |
![]() | OnCompleted | Called to raise the Completed event when the task being monitored has been completed. |
![]() | OnUpdated | Called to raise the Updated event whenever the progress information (message, steps, etc.) is updated. |
![]() | UpdateProgress | Called whenever the information that drives progress should be updated. |