ITabCellBeforeChangeEventArgs
Description
The ITabCellBeforeChangeEventArgs interface contains the properties of the argument of the TabSheetBox.OnBeforeCellChange event, that occurs before the value of table cell of the TabSheetBox component is edited.
Properties
|
Property name |
Brief description |
|
Value |
The Value property determines the modified value, which will be located in the cell after the event has been handled. |
|
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 Interfaces