ITabCellAfterEditBaseEventArgs

Assembly: Tab;

Description

The ITabCellAfterEditBaseEventArgs interface contains properties of argument of the event which occurs after you finish editing a cell in the table of the LanerBox component.

Inheritance Hierarchy

          IEventArgs

          ITabSheetBaseEventArgs

          ITabCellBaseEventArgs

          ITabCellAfterEditBaseEventArgs

Properties

  Property name Brief description
Changed The Changed property returns whether the value is changed after the table cell is edited.

Properties inherited from ITabCellBaseEventArgs

  Property name Brief description
Column The Column property returns index of the column containing the table cell.
Row The Row property returns index of the row containing the table cell.

Properties inherited from ITabSheetBaseEventArgs

  Property name Brief description
TabSheet The TabSheet property returns the table of the component, for which the event is generated.

See also:

Tab Assembly Interfaces