CreateTabCellArgs(TabSheet: ITabSheet; Row: Integer; Column: Integer);
CreateTabCellArgs(TabSheet: Prognoz.Platform.Interop.Tab.TabSheet; Row: Integer; Column: Integer);
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.
The CreateTabCellArgs constructor creates argument of events related to a table cell.
See also: