PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSDicas.NotificacaoHandler

    Handler de notificações/dicas

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void NotificacaoHandler(object sender, object args, object parameters);
    Parameters
    Type Name Description
    System.Object sender
    System.Object args
    System.Object parameters

    Constructors

    NotificacaoHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, Object, Object, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, object args, object parameters, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    System.Object args
    System.Object parameters
    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(Object, Object, Object)

    Declaration
    public virtual void Invoke(object sender, object args, object parameters)
    Parameters
    Type Name Description
    System.Object sender
    System.Object args
    System.Object parameters