OperationProgressStatusChangedEventArgs(OperationProgressStageStatus) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs an instance of OperationProgressStatusChangedEventArgs.
public:
OperationProgressStatusChangedEventArgs(Microsoft::VisualStudio::OperationProgress::OperationProgressStageStatus status);
public OperationProgressStatusChangedEventArgs(Microsoft.VisualStudio.OperationProgress.OperationProgressStageStatus status);
new Microsoft.VisualStudio.OperationProgress.OperationProgressStatusChangedEventArgs : Microsoft.VisualStudio.OperationProgress.OperationProgressStageStatus -> Microsoft.VisualStudio.OperationProgress.OperationProgressStatusChangedEventArgs
Public Sub New (status As OperationProgressStageStatus)
Parameters
- status
- OperationProgressStageStatus
The new status.