Search Results for

    Show / Hide Table of Contents

    Delegate CollectionClear

    Callback signaling that a collection is being or has been cleared of all items.

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void CollectionClear()

    Constructors

    View Source

    CollectionClear(object, nint)

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

    Methods

    View Source

    BeginInvoke(AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    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()

    Declaration
    public virtual void Invoke()
    • View Source
    In this article
    Back to top Generated by DocFX