Delegate ProgressEvent
Callback invoked to report progress of a long-running operation; handlers may set
Cancel to request that the operation stop.
Assembly: Reportman.Drawing.dll
Syntax
public delegate void ProgressEvent(object sender, ProgressArgs args)
Parameters
| Type |
Name |
Description |
| object |
sender |
Callback invoked to report progress of a long-running operation; handlers may set to request that the operation stop. |
| ProgressArgs |
args |
Callback invoked to report progress of a long-running operation; handlers may set to request that the operation stop. |
Constructors
View Source
ProgressEvent(object, nint)
Declaration
public ProgressEvent(object @object, nint method)
Parameters
Methods
View Source
BeginInvoke(object, ProgressArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ProgressArgs args, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Invoke(object, ProgressArgs)
Declaration
public virtual void Invoke(object sender, ProgressArgs args)
Parameters