Delegate ProgressForm.SetProgressCallback
Callback invoked when the progress dialog is created, handing the caller the
progress-reporting object so it can push progress updates.
Assembly: Reportman.Drawing.Forms.dll
public delegate void ProgressForm.SetProgressCallback(ProgressForm.ITaskProgressShow taskProgressObject)
Parameters
| Type |
Name |
Description |
| ProgressForm.ITaskProgressShow |
taskProgressObject |
Callback invoked when the progress dialog is created, handing the caller the progress-reporting object so it can push progress updates. |
Constructors
View Source
Declaration
public SetProgressCallback(object @object, nint method)
Parameters
Methods
View Source
Declaration
public virtual IAsyncResult BeginInvoke(ProgressForm.ITaskProgressShow taskProgressObject, AsyncCallback callback, object @object)
Parameters
Returns
View Source
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Declaration
public virtual void Invoke(ProgressForm.ITaskProgressShow taskProgressObject)
Parameters