TabCellContentChangeBaseEventArgs.Create

Fore Syntax

Create(TabSheet: ITabSheet; Row: Integer; Column: Integer; Value: Variant; Type: TabCellContentChange);

Fore.NET Syntax

Create(TabSheet: Prognoz.Platform.Interop.Tab.TabSheet; Row: Integer; Column: Integer; Value: Object; Type: Prognoz.Platform.Interop.Tab.TabCellContentChange);

Parameters

TabSheet - table of the component for which the event is generated.

Row - index of the row containing the cell for which the event is generated.

Column - index of the column containing the cell for which the event is generated.

Value - value changed for the cell.

Type - type of change in the table cell.

Description

The Create constructor creates argument of the event with the specified cell value and the type of cell change.

See also:

TabCellContentChangeBaseEventArgs