See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or set a delegate that shows a progress dialog.

Namespace: NTier.AppWizard.Model
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0

Syntax

C#
public Func<string, IDisposable> ProgressDelegate { get; set; }
Visual Basic
Public Property ProgressDelegate As Func(Of String, IDisposable)
	Get
	Set
Visual C++
public:
property Func<String^, IDisposable^>^ ProgressDelegate {
	Func<String^, IDisposable^>^ get ();
	void set (Func<String^, IDisposable^>^ value);
}

Property Value

Type: Func<(Of <(<'String, IDisposable>)>)>

See Also