Search Results for

    Show / Hide Table of Contents

    Delegate DataGridViewAdvanced.SelectNextRowAfterEnterKeyEvent

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void DataGridViewAdvanced.SelectNextRowAfterEnterKeyEvent(object sender, DataGridViewRow gridRow)
    Parameters
    Type Name Description
    object sender
    DataGridViewRow gridRow

    Constructors

    SelectNextRowAfterEnterKeyEvent(object, nint)

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

    Methods

    BeginInvoke(object, DataGridViewRow, AsyncCallback, object)

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

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