menu

WinForms

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

    Show / Hide Table of Contents

    Class CurrentCellEndEditEventArgs

    Represents the class that holds the information about the CurrentCellEndEdit event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    CurrentCellEndEditEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class CurrentCellEndEditEventArgs : GridEventArgs

    Constructors

    CurrentCellEndEditEventArgs(Object)

    Initializes a new instance of the CurrentCellEndEditEventArgs class.

    Declaration
    public CurrentCellEndEditEventArgs(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 current cell.

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