Delegate frmAnimacao.CancelHandler
Assembly: StdPlatBS100.dll
Syntax
public delegate void CancelHandler(bool Cancel);
Parameters
Type |
Name |
Description |
System.Boolean |
Cancel |
|
Constructors
CancelHandler(Object, IntPtr)
Declaration
public CancelHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Boolean, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(bool Cancel, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Boolean |
Cancel |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Boolean)
Declaration
public virtual void Invoke(bool Cancel)
Parameters
Type |
Name |
Description |
System.Boolean |
Cancel |
|