PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSSearchProviderBase.ToggleProgressBarHandler

    Progress Bar toggle event handler.

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void ToggleProgressBarHandler(bool enable);
    Parameters
    Type Name Description
    System.Boolean enable

    Constructors

    ToggleProgressBarHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Boolean, AsyncCallback, Object)

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

    Declaration
    public virtual void Invoke(bool enable)
    Parameters
    Type Name Description
    System.Boolean enable