Search Results for

    Show / Hide Table of Contents

    Delegate NextColumnFocusEvent

    Callback that lets a handler override which column receives focus next when the user advances with Enter/Tab; the target column index is returned through nextcolumn.

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void NextColumnFocusEvent(object sender, int currentcolumn, ref int nextcolumn)
    Parameters
    Type Name Description
    object sender Callback that lets a handler override which column receives focus next when the user advances with Enter/Tab; the target column index is returned through nextcolumn.
    int currentcolumn Callback that lets a handler override which column receives focus next when the user advances with Enter/Tab; the target column index is returned through nextcolumn.
    int nextcolumn Callback that lets a handler override which column receives focus next when the user advances with Enter/Tab; the target column index is returned through nextcolumn.

    Constructors

    View Source

    NextColumnFocusEvent(object, nint)

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

    Methods

    View Source

    BeginInvoke(object, int, ref int, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, int currentcolumn, ref int nextcolumn, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object sender
    int currentcolumn
    int nextcolumn
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult
    View Source

    EndInvoke(ref int, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref int nextcolumn, IAsyncResult result)
    Parameters
    Type Name Description
    int nextcolumn
    IAsyncResult result
    View Source

    Invoke(object, int, ref int)

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