Fires when the user completes an item edit and the changes have been applied.
Parameters
Parameter | Description |
---|---|
Item | The item being edited |
NewText | The item's new text |
OldText | The 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.