Class CurrentCellValidatedEventArgs
Represents a class which holds the properties of CurrentCell Validated event.
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. |