menu

WinForms

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

    Show / Hide Table of Contents

    Class CurrentCellValidatedEventArgs

    Represents a class which holds the properties of CurrentCell Validated event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    CurrentCellValidatedEventArgs
    Inherited Members
    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.Windows.Forms.CellGrid.Helpers
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class CurrentCellValidatedEventArgs : GridEventArgs

    Constructors

    CurrentCellValidatedEventArgs()

    Initializes a new instance of the CurrentCellValidatedEventArgs class.

    Declaration
    public CurrentCellValidatedEventArgs()

    Properties

    NewValue

    Gets the new value of the CurrentCell.

    Declaration
    public object NewValue { get; set; }
    Property Value
    Type Description
    System.Object

    Value of the cell.

    OldValue

    Gets the old value of the CurrentCell.

    Declaration
    public object OldValue { get; }
    Property Value
    Type Description
    System.Object

    Value of the cell.

    RowcolumnIndex

    Gets the value of RowColumnIndex .

    Declaration
    public RowColumnIndex RowcolumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    An instance of RowColumnIndex.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved