PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSNavegador.DefineOwnerListaHandler

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void DefineOwnerListaHandler(StdBSLista m_objLista);
    Parameters
    Type Name Description
    StdBSLista m_objLista

    Constructors

    DefineOwnerListaHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(StdBSLista, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(StdBSLista m_objLista, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    StdBSLista m_objLista
    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(StdBSLista)

    Declaration
    public virtual void Invoke(StdBSLista m_objLista)
    Parameters
    Type Name Description
    StdBSLista m_objLista