TabInteractiveSelectionChangeEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabInteractiveSelectionChangeEventArgs class implements argument of the event that occurs on moving selected table region.

Fore.NET Syntax

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

None;

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

TabInteractiveSelectionChangeEventArgsClass;

Constructors

  Constructor name Description
Create The Create constructor creates an argument of the event that occurs at moving selected cell area.

Designers inherited from TabInteractiveSelectionEventArgs

  Constructor name Brief description
CreateInteractiveSelectionArgs The CreateInteractiveSelectionArgs constructor creates an instance of argument for the events that occur on moving selected cell area in the table.

Designers inherited from TabSheetEventArgs

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

Class object properties inherited from ITabInteractiveSelectionChangeEventArgs

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

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

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