OlkListBox.AfterUpdate Event

Outlook Developer Reference

Occurs after the data in the control has been changed through the user interface.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.AfterUpdate

expression   A variable that represents an OlkListBox object.

Remarks

BeforeUpdate and AfterUpdate can occur any time the data in the control is being saved to the item. The typical sequence of events involving AfterUpdate for this control is as follows:

  1. User focuses on the control
  2. BeforeUpdate
  3. Control data is updated
  4. AfterUpdate
  5. Exit: User moves focus away from control

See Also