PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSLista.AntesImprimirListagemHandler

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void AntesImprimirListagemHandler(string strCategoria, string strMapa, bool blnCustom);
    Parameters
    Type Name Description
    System.String strCategoria
    System.String strMapa
    System.Boolean blnCustom

    Constructors

    AntesImprimirListagemHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(String, String, Boolean, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string strCategoria, string strMapa, bool blnCustom, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String strCategoria
    System.String strMapa
    System.Boolean blnCustom
    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, String, Boolean)

    Declaration
    public virtual void Invoke(string strCategoria, string strMapa, bool blnCustom)
    Parameters
    Type Name Description
    System.String strCategoria
    System.String strMapa
    System.Boolean blnCustom