WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate GridDrawCellButtonBackgroundEventHandler - WindowsForms API Reference | Syncfusion DrawCellButtonBackground event. ">

    Show / Hide Table of Contents

    Delegate GridDrawCellButtonBackgroundEventHandler

    Represents the method that handles a cancelable DrawCellButtonBackground event.

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

    The source of the event.

    GridDrawCellButtonBackgroundEventArgs e

    An GridDrawCellButtonBackgroundEventArgs that contains the event data.

    Constructors

    GridDrawCellButtonBackgroundEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, GridDrawCellButtonBackgroundEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, GridDrawCellButtonBackgroundEventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    GridDrawCellButtonBackgroundEventArgs 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, GridDrawCellButtonBackgroundEventArgs)

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