PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBECampos.CampoAtribuidoHandler

    Namespace: StdBE100
    Assembly: StdBE100.dll
    Syntax
    public delegate void CampoAtribuidoHandler(string strNomeCampo, object vntValorNovo);
    Parameters
    Type Name Description
    System.String strNomeCampo
    System.Object vntValorNovo

    Constructors

    CampoAtribuidoHandler(Object, IntPtr)

    Declaration
    public CampoAtribuidoHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(String, Object, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string strNomeCampo, object vntValorNovo, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String strNomeCampo
    System.Object vntValorNovo
    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, Object)

    Declaration
    public virtual void Invoke(string strNomeCampo, object vntValorNovo)
    Parameters
    Type Name Description
    System.String strNomeCampo
    System.Object vntValorNovo