Class CurrentCellValueChangedEventArgs
Represents a class which holds the properties of CurrentCell ValueChanged 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 CurrentCellValueChangedEventArgs : GridEventArgs
Constructors
CurrentCellValueChangedEventArgs()
Initializes a new instance of the CurrentCellValueChangedEventArgs class.
Declaration
public CurrentCellValueChangedEventArgs()
Properties
ControlText
Gets the control text of the current cell .
Declaration
public string ControlText { get; }
Property Value
Type | Description |
---|---|
System.String | Text in current cell. |
RowcolumnIndex
Gets the value of RowColumnIndex .
Declaration
public RowColumnIndex RowcolumnIndex { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | An instance of RowColumnIndex. |