menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellClickEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CellClickEventArgs

    Represents the class that holds the information about the CellClick and CellDoubleClick event.

    Inheritance
    System.Object
    GridCancelEventArgs
    CellClickEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class CellClickEventArgs : GridCancelEventArgs

    Constructors

    CellClickEventArgs(Object)

    Initializes a new instance of the CellClickEventArgs class.

    Declaration
    public CellClickEventArgs(object originalSender)
    Parameters
    Type Name Description
    System.Object originalSender

    The original reporting sender that raised the event.

    Properties

    DataColumn

    Gets the DataColumnBase of the current cell.

    Declaration
    public DataColumnBase DataColumn { get; }
    Property Value
    Type
    DataColumnBase

    DataRow

    Gets the DataRowBase of the cell.

    Declaration
    public DataRowBase DataRow { get; }
    Property Value
    Type
    DataRowBase

    MouseEventArgs

    Gets the System.Windows.Forms.MouseEventArgs that contains the mouse event data.

    Declaration
    public MouseEventArgs MouseEventArgs { get; }
    Property Value
    Type
    System.Windows.Forms.MouseEventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved