Share via


OperationProgressStatusChangedEventArgs Class

Definition

Provides data for InProgressChanged event.

public ref class OperationProgressStatusChangedEventArgs sealed : EventArgs
public sealed class OperationProgressStatusChangedEventArgs : EventArgs
type OperationProgressStatusChangedEventArgs = class
    inherit EventArgs
Public NotInheritable Class OperationProgressStatusChangedEventArgs
Inherits EventArgs
Inheritance
OperationProgressStatusChangedEventArgs

Constructors

OperationProgressStatusChangedEventArgs(OperationProgressStageStatus)

Constructs an instance of OperationProgressStatusChangedEventArgs.

Properties

Status

The status of the stage.

Applies to