TabCellBeforeChangeBaseEventArgs

Assembly: Tab;

Description

The TabCellBeforeChangeBaseEventArgs class implements argument of the event which occurs before changing value of a table cell of the LanerBox component.

Constructors

  Constructor name Brief description
Create The Create constructor creates argument of the event with the specified 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 ITabCellBeforeChangeBaseEventArgs

  Property name Brief description
Value The Value property determines the value contained in the cell after the editing is finished.

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