[This is preliminary documentation and is subject to change.]

This class provides predefined progress monitor with ProgressBar for BackgroundWorker

Namespace: Tools.WindowsT.WPF.DialogsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class ProgressMonitor : IProgressMonitorUI, 
	INotifyPropertyChanged, IDisposable
Visual Basic
Public Class ProgressMonitor _
	Implements IProgressMonitorUI, INotifyPropertyChanged, IDisposable
Visual C++
public ref class ProgressMonitor : IProgressMonitorUI, 
	INotifyPropertyChanged, IDisposable
F#
type ProgressMonitor =  
    class
        interface IProgressMonitorUI
        interface INotifyPropertyChanged
        interface IDisposable
    end
JScript
public class ProgressMonitor implements IProgressMonitorUI, INotifyPropertyChanged, IDisposable

Remarks

See documentation of the ApplyUserState(Object) method in order to review rich options for reporting progress.

Inheritance Hierarchy

System..::..Object
  Tools.WindowsT.WPF.DialogsT..::..ProgressMonitor

See Also