Search Results for

    Show / Hide Table of Contents

    Delegate PagedDataChange

    Callback raised by a PagedDataTable each time a new row is read and added, allowing observers to react to incremental data loading.

    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public delegate void PagedDataChange(PagedDataTable Data)
    Parameters
    Type Name Description
    PagedDataTable Data Callback raised by a each time a new row is read and added, allowing observers to react to incremental data loading.

    Constructors

    View Source

    PagedDataChange(object, nint)

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

    Methods

    View Source

    BeginInvoke(PagedDataTable, AsyncCallback, object)

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

    Declaration
    public virtual void Invoke(PagedDataTable Data)
    Parameters
    Type Name Description
    PagedDataTable Data
    • View Source
    In this article
    Back to top Generated by DocFX