Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The TabUserInteractiveSelectionChangeEventArgs class implements argument of the event that occurs when interactive range is changed.
Class that is used to get analog of the TabUserInteractiveSelectionChangeEventArgs class:
None;
Class that is used to get analog of the TabUserInteractiveSelectionChangeEventArgs class object:
TabUserInteractiveSelectionChangeEventArgsClass;
| Constructor name | Brief description | |
| Create | The Create constructor creates an argument of the event that occurs when interactive cell range is changed. |
| Constructor name | Brief description | |
| CreateInteractiveSelectionArgs | The CreateInteractiveSelectionArgs constructor creates an argument of the events related with changing of interactic cell range. |
| Constructor name | Brief description | |
| The CreateArgs constructor creates argument of the event. |
| Property name | Brief description | |
| Selection | The Selection property returns an interactive range, changing of which initialized an event. | |
| Type | The Type property returns allowed options of changing interactive range. |
| Property name | Brief description | |
| The TabSheet property returns the component for which the event is generated. |
See also: