WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate GridDefaultSizeChangedEventHandler - WindowsForms API Reference | Syncfusion DefaultRowHeightChanged and DefaultColWidthChanged events. ">

    Show / Hide Table of Contents

    Delegate GridDefaultSizeChangedEventHandler

    Represents the method that handles the DefaultRowHeightChanged and DefaultColWidthChanged events.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public delegate void GridDefaultSizeChangedEventHandler(object sender, GridDefaultSizeChangedEventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The source of the event.

    GridDefaultSizeChangedEventArgs e

    A GridDefaultSizeChangedEventArgs that contains the event data.

    Constructors

    GridDefaultSizeChangedEventHandler(Object, IntPtr)

    Declaration
    public GridDefaultSizeChangedEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Object, GridDefaultSizeChangedEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, GridDefaultSizeChangedEventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    GridDefaultSizeChangedEventArgs e
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Object, GridDefaultSizeChangedEventArgs)

    Declaration
    public virtual void Invoke(object sender, GridDefaultSizeChangedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    GridDefaultSizeChangedEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved