Icon TGridColumnCellEvent

Unit: WebGrids

TGridColumnCellEvent = procedure (Sender: TObject; ACell:
      TGridCell) of object

Available In: Client Applications

The TGridColumnCellEvent type is used by the TGridColumn OnCellUpdate event.

The Sender parameter is the TGridColumn instance that triggered the event and the ACell parameter is the TGridCell instance being updated.
Image