Delegate ProgressEventHandler
Progress event handler function reference
public delegate void ProgressEventHandler(ProgressEventHandlerInfo info)
Parameters
info
ProgressEventHandlerInfoThe progress event handler data.
Constructors
ProgressEventHandler(object, nint)
public ProgressEventHandler(object @object, nint method)
Parameters
Methods
BeginInvoke(ProgressEventHandlerInfo, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(ProgressEventHandlerInfo info, AsyncCallback callback, object @object)
Parameters
info
ProgressEventHandlerInfocallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(ProgressEventHandlerInfo)
public virtual void Invoke(ProgressEventHandlerInfo info)