TabUserInteractiveSelectionChangeEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabUserInteractiveSelectionChangeEventArgs class implements argument of the event that occurs when interactive range is changed.

Fore.NET Syntax

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

None;

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

TabUserInteractiveSelectionChangeEventArgsClass;

Designers inherited from

  Constructor name Brief description
Create The Create constructor creates an argument of the event that occurs when interactive cell range is changed.

Constructors inherited from TabUserInteractiveSelectionEventArgs

  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