Tab > Tab Assembly Classes > TabCellChangeEventArgs
TabCellChangeEventArgs
Description
The TabCellChangeEventArgs class is used to work with parameters of the TabSheetBox.OnCellChange event that occurs on changing the table cell value.
Constructors
|
Constructor name |
Description |
 |
Create |
The Create constructor creates argument of the event. |
|
Property name |
Description |
 |
Value |
The Value property returns the changed cell value. |
|
Property name |
Brief description |
 |
Column |
The Column property returns the number of the column, in which the table cell is located. |
 |
Row |
The Row property returns the number of the row, in which the table cell is located. |
|
Property name |
Brief description |
 |
TabSheet |
The TabSheet property returns the component for which the event is generated. |
See also:
Tab Assembly Classes