Search Results for

    Show / Hide Table of Contents

    Delegate DataGridViewAdvanced.SelectNextRowAfterEnterKeyEvent

    Callback raised just before focus moves to a new row after the user presses Enter, passing the row that was being edited so handlers can validate or react to it.

    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 Callback raised just before focus moves to a new row after the user presses Enter, passing the row that was being edited so handlers can validate or react to it.
    DataGridViewRow gridRow Callback raised just before focus moves to a new row after the user presses Enter, passing the row that was being edited so handlers can validate or react to it.

    Constructors

    View Source

    SelectNextRowAfterEnterKeyEvent(object, nint)

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

    Methods

    View Source

    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
    View Source

    EndInvoke(IAsyncResult)

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

    Invoke(object, DataGridViewRow)

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