ProgressEventArgs.Current Property

Definition

Gets the current amount of work done by the operation. This is always less than or equal to UpperBound.

public:
 property int Current { int get(); };
public int Current { get; }
member this.Current : int
Public ReadOnly Property Current As Integer

Property Value

Returns an Int32 value representing the current amount of work already completed by the operation.

Remarks

Property Value

An integer representing the current amount of work already completed by the operation.

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to