PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSDialogoEspera.CancelHandler

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

    Constructors

    CancelHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(ref Boolean, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ref bool Cancel, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Boolean Cancel
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(ref Boolean, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref bool Cancel, IAsyncResult result)
    Parameters
    Type Name Description
    System.Boolean Cancel
    System.IAsyncResult result

    Invoke(ref Boolean)

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