Search Results for

    Show / Hide Table of Contents

    Delegate ReportDataset.UpdateDataEvent

    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public delegate void ReportDataset.UpdateDataEvent(object sender, DataRow xrow)
    Parameters
    Type Name Description
    object sender
    DataRow xrow

    Constructors

    UpdateDataEvent(object, nint)

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

    Methods

    BeginInvoke(object, DataRow, AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(object, DataRow)

    Declaration
    public virtual void Invoke(object sender, DataRow xrow)
    Parameters
    Type Name Description
    object sender
    DataRow xrow
    In this article
    Back to top Generated by DocFX