Fires when the user completes an item edit and the changes have been applied.

Parameters

ParameterDescription
ItemThe item being edited
NewTextThe item's new text
OldTextThe item's text before the user edit it

Remarks

The AfterUpdate event fires when the user has pressed Enter during an edit to apply his or her changes. This gives you the opportunity to perform any cleanup or formatting of the changes.

See Also

BeforeUpdate, OnEditAbort

  • No labels