PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBECampos.AntesCampoAtribuidoHandler

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

    Constructors

    AntesCampoAtribuidoHandler(Object, IntPtr)

    Declaration
    public AntesCampoAtribuidoHandler(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 vntValorAnterior, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String strNomeCampo
    System.Object vntValorAnterior
    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 vntValorAnterior)
    Parameters
    Type Name Description
    System.String strNomeCampo
    System.Object vntValorAnterior