PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSNotificationItemControl.MarkupNotificationHandler

    Handler de eventos das notificações.

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

    Constructors

    MarkupNotificationHandler(Object, IntPtr)

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

    Methods

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

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

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