Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Fired after a cell's contents has been updated.

Parameters

ParameterDescription
CellCell whose text has been updated. The column and row values are semicolon delimited.
TextUpdated contents of the cell
ConversionThe cell's conversion pattern

Remarks

The AfterUpdate event is fired when the user changes a cell's data by either tabbing out of the control or leaving the edit table entirely while editing a cell. By the time this event is fired, the cell's text has been updated, and its old text may only be returned by performing an Undo. To check for cell updates even sooner, capture the BeforeUpdate event.

...