menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellPushButtonClickEventArgs - API Reference

    Show / Hide Table of Contents

    Class GridCellPushButtonClickEventArgs

    Provides data about the PushButtonClick event when the user clicks a pushbutton cell.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridCellEventArgs
    GridCellPushButtonClickEventArgs
    Inherited Members
    GridCellEventArgs.RowIndex
    GridCellEventArgs.ColIndex
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class GridCellPushButtonClickEventArgs : GridCellEventArgs
    Remarks

    GridCellPushButtonClickEventArgs is a custom event argument class used by the PushButtonClick event when the user is clicks a pushbutton cell using a mouse click or keyboard.

    You can disallow the dragging of specific columns or rows at run-time when you assign True to System.ComponentModel.CancelEventArgs.Cancel.

    You can also modify the Destination.

    Constructors

    GridCellPushButtonClickEventArgs(Int32, Int32)

    Initializes a new object.

    Declaration
    public GridCellPushButtonClickEventArgs(int rowIndex, int colIndex)
    Parameters
    Type Name Description
    System.Int32 rowIndex

    The row index.

    System.Int32 colIndex

    The column index.

    See Also

    GridCellPushButtonClickEventHandler
    PushButtonClick
    RaisePushButtonClick(System.Int32, System.Int32)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved