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 the class that holds the information about the CurrentCellValidated event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    CurrentCellValidatedEventArgs
    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 CurrentCellValidatedEventArgs : GridEventArgs

    Constructors

    CurrentCellValidatedEventArgs(Object)

    Initializes a new instance of the CurrentCellValidatedEventArgs class.

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

    The original reporting sender that raised the event.

    Properties

    Column

    Gets the GridColumn of the current cell.

    Declaration
    public GridColumn Column { get; }
    Property Value
    Type
    GridColumn

    ErrorMessage

    Gets the error message of the current cell.

    Declaration
    public string ErrorMessage { get; }
    Property Value
    Type
    System.String

    NewValue

    Gets the new value of the current cell.

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

    OldValue

    Gets the old value of the current cell.

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

    RowData

    Gets the DataRowBase of the current cell.

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