TabCellBeforeEditBaseEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabCellBeforeEditBaseEventArgs class implements argument of the event which occurs before editing a table cell of the LanerBox component.

Fore.NET Syntax

Class that is used to get analog of the TabCellBeforeEditBaseEventArgs class:

None;

Class that is used to get analog of the TabCellBeforerEditBaseEventArgs class object:

TabCellBeforeEditBaseEventArgsClass;

Constructors

  Constructor name Description
Create The Create constructor creates event argument containing the indicator of canceling the cell editing.

Designers inherited from TabCellBaseEventArgs

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

Designers inherited from TabSheetBaseEventArgs

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

Class object properties inherited from ITabCellBeforeEditBaseEventArgs

  Property name Description
Cancel The Cancel property determines whether the cell value is to be 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 table of the component for which the event is generated.

See also:

Tab Assembly Classes