Delegate StdBEEventHandler.EventoHandler
Assembly: StdBE100.dll
Syntax
public delegate void EventoHandler(string strNome, StdBECampos objCampos);
Parameters
| Type |
Name |
Description |
| System.String |
strNome |
|
| StdBECampos |
objCampos |
|
Constructors
EventoHandler(Object, IntPtr)
Declaration
public EventoHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(String, StdBECampos, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string strNome, StdBECampos objCampos, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.String |
strNome |
|
| StdBECampos |
objCampos |
|
| 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(String, StdBECampos)
Declaration
public virtual void Invoke(string strNome, StdBECampos objCampos)
Parameters
| Type |
Name |
Description |
| System.String |
strNome |
|
| StdBECampos |
objCampos |
|