DataGridCellBeforeEditEventArgs

Description

The DataGridCellBeforeEditEventArgs class implements argument of the event before editing cell value.

Constructors

  Constructor name Brief description
The Create constructor creates an argument of the event before editing cell value.

Properties inherited from IDataGridCellBeforeEditEventArgs

  Property name Brief description
The Cancel property determines whether the cell value can be edited.

Properties inherited from IDataGridCellEventArgs

  Property name Brief description
Column The Column property returns a number of the cell column in continuous numbering, for which the event is generated.
Row The Row property returns number of the cell row, for which the event is generated.

Properties inherited from IDataGridEventArgs

   Property name Brief description
Grid The Grid property returns the table, for which any event is generated.

See also:

ExtCtrls Assembly Classes