Search Results for

    Show / Hide Table of Contents

    Delegate CollectionChange

    Callback signaling that an item is being or has been inserted or removed, supplying the affected index and value.

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void CollectionChange(int index, object value)
    Parameters
    Type Name Description
    int index Callback signaling that an item is being or has been inserted or removed, supplying the affected index and value.
    object value Callback signaling that an item is being or has been inserted or removed, supplying the affected index and value.

    Constructors

    View Source

    CollectionChange(object, nint)

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

    Methods

    View Source

    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
    View Source

    EndInvoke(IAsyncResult)

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

    Invoke(int, object)

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