Search Results for

    Show / Hide Table of Contents

    Delegate CollectionChange

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void CollectionChange(int index, object value)
    Parameters
    Type Name Description
    int index
    object value

    Constructors

    CollectionChange(object, nint)

    Declaration
    public CollectionChange(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(int, object, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int index, object value, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    int index
    object value
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result

    Invoke(int, object)

    Declaration
    public virtual void Invoke(int index, object value)
    Parameters
    Type Name Description
    int index
    object value
    In this article
    Back to top Generated by DocFX