Search Results for

    Show / Hide Table of Contents

    Delegate ResizeEventSetBounds

    Event to set new bounds, can return validated new bounds

    Namespace: Reportman.Designer
    Assembly: Reportman.Designer.dll
    Syntax
    public delegate Rectangle ResizeEventSetBounds(Rectangle newvalue)
    Parameters
    Type Name Description
    Rectangle newvalue
    Returns
    Type Description
    Rectangle

    Constructors

    View Source

    ResizeEventSetBounds(object, nint)

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

    Methods

    View Source

    BeginInvoke(Rectangle, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Rectangle newvalue, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Rectangle newvalue
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult
    View Source

    EndInvoke(IAsyncResult)

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

    Invoke(Rectangle)

    Declaration
    public virtual Rectangle Invoke(Rectangle newvalue)
    Parameters
    Type Name Description
    Rectangle newvalue
    Returns
    Type Description
    Rectangle
    • View Source
    In this article
    Back to top Generated by DocFX