Delegate ProgresEvent
Assembly: Reportman.Drawing.Forms.dll
public delegate void ProgresEvent(int current, int count, ref bool cancelar)
Parameters
| Type |
Name |
Description |
| int |
current |
|
| int |
count |
|
| bool |
cancelar |
|
Constructors
Declaration
public ProgresEvent(object @object, nint method)
Parameters
Methods
Declaration
public virtual IAsyncResult BeginInvoke(int current, int count, ref bool cancelar, AsyncCallback callback, object @object)
Parameters
Returns
Declaration
public virtual void EndInvoke(ref bool cancelar, IAsyncResult result)
Parameters
Declaration
public virtual void Invoke(int current, int count, ref bool cancelar)
Parameters
| Type |
Name |
Description |
| int |
current |
|
| int |
count |
|
| bool |
cancelar |
|