ITabInteractiveSelectionChangeEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The ITabInteractiveSelectionChangeEventArgs interface contains properties of argument of the events that occur at the moment of moving selected cell area in the table.

Inheritance hierarchy

          IEventArgs

          ITabSheetEventArgs

          ITabInteractiveSelectionEventArgs

          ITabInteractiveSelectionChangeEventArgs

Comments

This argument is used to handle the following events:

Properties

  Property name Brief description
Cancel The Cancel property indicates whether selected cell area can be moved.

Properties inherited from ITabInteractiveSelectionEventArgs

  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.

Properties inherited from ITabSheetEventArgs

  Property name Brief description
The TabSheet property returns the component for which the event is generated.

See also:

Tab Assembly Interfaces