Class CurrentCellValidatedEventArgs
Represents a class which holds the properties of CurrentCell Validated event.
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.WPF.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. |