ITabUserInteractiveSelectionEventArgs

Assembly: Tab;

Description

The ITabUserInteractiveSelectionEventArgs interface contains basic properties of arguments of the events related to changing of interactive cell ranges.

Inheritance Hierarchy

          IEventArgs

          ITabSheetEventArgs

          ITabUserInteractiveSelectionEventArgs

Comments

This argument is used to handle the following events:

Properties

  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