Assembly: Tab;
The TabInteractiveSelectionChangeEventArgs class implements argument of the event that occurs on moving selected table region.
| Constructor name | Brief description | |
| Create | The Create constructor creates an argument of the event that occurs at moving selected cell area. |
| Constructor name | Brief description | |
| CreateInteractiveSelectionArgs | The CreateInteractiveSelectionArgs constructor creates an instance of argument for the events that occur on moving selected cell area in the table. |
| Constructor name | Brief description | |
| CreateArgs | The CreateArgs constructor creates an event argument. |
| Property name | Brief description | |
| Cancel | The Cancel property determines whether the selected cell area can be moved. |
| Property name | Brief description | |
| Range | The Range property returns the cell range, to which the selected cell area is currently moved. | |
| Type | The Type property returns type of the event, in which the selected cell area is visually moved. |
| Property name | Brief description | |
| TabSheet | The TabSheet property returns the component, for which the event is generated. |
See also: