Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The TabInteractiveSelectionEventArgs class implements argument of the events that occur on moving selected cell area in the table.
Class that is used to get analog of the TabInteractiveSelectionEventArgs class:
None;
Class that is used to get analog of the TabInteractiveSelectionEventArgs class object:
TabInteractiveSelectionEventArgsClass;
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 | |
The CreateArgs constructor creates argument of the event. |
Property name | Brief description | |
Range | The Range property returns the cell range to which selected cell area is currently moved. | |
Type | The Type property returns type of the event when selected cell area is visually moved. |
Property name | Brief description | |
The TabSheet property returns the component for which the event is generated. |
See also: