TabRangeDeleteEventArgs.Create

Syntax

Create(TabSheet: ITabSheetBox; Range: ITabRange; Direction: TabDeleteShiftDirection);

Parameters

TabSheet. Parameters of displayed table

Range. Parameters of table cell range

Direction. Method that is used to delete cell range.

Description

The Create constructor creates an argument of the event which occurs on cell range deletion.

Comments

To create argument of the event which occurs on cell range adding, use the TabRangeInsertEventArgs.Create constructor.

See also:

TabRangeDeleteEventArgs