Icon TGridColumnUpdateEvent

Unit: WebGrids

TGridColumnUpdateEvent = procedure (Sender: TObject; ARowIndex:
      Integer) of object

Available In: Client Applications

The TGridColumnUpdateEvent type is used by the TGridColumn OnUpdate event.

The Sender parameter is the TGridColumn instance that triggered the event and the RowIndex parameter is the index of the row that was updated in the list of rows in the TGrid Rows property.
Image