ITabUserInteractiveSelectionChangeEventArgs

Assembly: Tab;

Description

The ITabUserInteractiveSelectionChangeEventArgs interface contains properties of the argument of the event that occurs when interactive range is changed.

Inheritance Hierarchy

          IEventArgs

          ITabSheetEventArgs

          ITabUserInteractiveSelectionEventArgs

          ITabUserInteractiveSelectionChangeEventArgs

Comments

This argument is used to handle the following events:

Properties

  Property name Brief description
Cancel The Cancel property determines whether interactive range can be changed.

Properties inherited from ITabUserInteractiveSelectionEventArgs

  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.

Properties inherited from ITabSheetEventArgs

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

See also:

Tab Assembly Interfaces