Search Results for

    Show / Hide Table of Contents

    Delegate ReportDataset.UpdateDataEventAsync

    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public delegate Task ReportDataset.UpdateDataEventAsync(object sender, DataRow xrow, object[] values, DataTable newtable)
    Parameters
    Type Name Description
    object sender
    DataRow xrow
    object[] values
    DataTable newtable
    Returns
    Type Description
    Task

    Constructors

    UpdateDataEventAsync(object, nint)

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

    Methods

    BeginInvoke(object, DataRow, object[], DataTable, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, DataRow xrow, object[] values, DataTable newtable, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object sender
    DataRow xrow
    object[] values
    DataTable newtable
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(object, DataRow, object[], DataTable)

    Declaration
    public virtual Task Invoke(object sender, DataRow xrow, object[] values, DataTable newtable)
    Parameters
    Type Name Description
    object sender
    DataRow xrow
    object[] values
    DataTable newtable
    Returns
    Type Description
    Task
    In this article
    Back to top Generated by DocFX