System.ComponentModel.BackgroundWorker.WorkerReportsProgress Property

Gets or sets a value indicating whether the System.ComponentModel.BackgroundWorker can report progress updates.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool WorkerReportsProgress { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Set the BackgroundWorker.WorkerReportsProgress property to true if you want the System.ComponentModel.BackgroundWorker to support progress updates. When this property is true, user code can call the BackgroundWorker.ReportProgress(int) method to raise the BackgroundWorker.ProgressChanged event.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0