TabUserInteractiveSelectionEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabUserInteractiveSelectionEventArgs class implements argument of the events related with changing of interactive cell range.

Fore.NET Syntax

Class that is used to get analog of the TabUserInteractiveSelectionEventArgs class:

None;

Class that is used to get analog of the TabUserInteractiveSelectionEventArgs class object:

TabUserInteractiveSelectionEventArgsClass;

Constructors

  Constructor name Brief description
CreateInteractiveSelectionArgs The CreateInteractiveSelectionArgs constructor creates an argument of the events related with changing of interactic cell range.

Constructors inherited from TabSheetEventArgs

  Constructor name Brief description
The CreateArgs constructor creates argument of the event.

Class object 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.

Class object properties inherited from ITabSheetEventArgs

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

See also:

Tab Assembly Classes