TabCellAfterEditBaseEventArgs

Assembly: Tab;

Description

The TabCellAfterEditBaseEventArgs class implements argument of the event which occurs after you finish editing a table cell of the LanerBox component.

Constructors

  Constructor name Brief description
Create The Create constructor creates event argument containing the indicator of changed cell value.

Constructors Inherited from TabCellBaseEventArgs

  Constructor name Brief description
CreateTabCellArgs The CreateTabCellArgs constructor creates an argument of events related to a table cell.

Constructors Inherited from TabSheetBaseEventArgs

  Constructor name Brief description
CreateArgs The CreateArgs constructor creates an event argument related to the component table.

Class object properties inherited from ITabCellAfterEditBaseEventArgs

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

Properties of Class Object 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 of Class Object 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 Classes