You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

Parameters

ParameterDescription
ItemsThe 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