Search Results for

    Show / Hide Table of Contents

    Delegate NextColumnFocusEvent

    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
    int currentcolumn
    int nextcolumn

    Constructors

    NextColumnFocusEvent(object, nint)

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

    Methods

    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

    EndInvoke(ref int, IAsyncResult)

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

    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
    In this article
    Back to top Generated by DocFX