Delegate MetaStopWork
Event launched when the report processing stops by user or is aborted
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public delegate void MetaStopWork()
Constructors
MetaStopWork(object, nint)
Declaration
public MetaStopWork(object @object, nint method)
Parameters
| Type | Name | Description |
|---|---|---|
| object | object | |
| nint | method |
Methods
BeginInvoke(AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncCallback | callback | |
| object | object |
Returns
| Type | Description |
|---|---|
| IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type | Name | Description |
|---|---|---|
| IAsyncResult | result |
Invoke()
Declaration
public virtual void Invoke()