Progress<T>.OnReport(T) Method

Definition

Reports a progress change.

protected:
 virtual void OnReport(T value);
protected virtual void OnReport (T value);
abstract member OnReport : 'T -> unit
override this.OnReport : 'T -> unit
Protected Overridable Sub OnReport (value As T)

Parameters

value
T

The value of the updated progress.

Applies to