Delegate DataProgressEventHandler
Callback executed by the DataProgress dialog to run the long-running data operation
whose progress the dialog displays.
Assembly: Reportman.Drawing.Forms.dll
public delegate void DataProgressEventHandler(object sender, DataProgress nform)
Parameters
| Type |
Name |
Description |
| object |
sender |
Callback executed by the dialog to run the long-running data operation whose progress the dialog displays. |
| DataProgress |
nform |
Callback executed by the dialog to run the long-running data operation whose progress the dialog displays. |
Constructors
View Source
Declaration
public DataProgressEventHandler(object @object, nint method)
Parameters
Methods
View Source
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DataProgress nform, AsyncCallback callback, object @object)
Parameters
Returns
View Source
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Declaration
public virtual void Invoke(object sender, DataProgress nform)
Parameters