OlkTimeZoneControl.AfterUpdate event (Outlook)
Occurs after the data in the control has been changed through the user interface.
Syntax
expression.AfterUpdate
expression A variable that represents an OlkTimeZoneControl 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:
User focuses on the control
BeforeUpdate occurs
Control data is updated
AfterUpdate occurs
Exit occurs: User moves focus away from control
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.