OlkTimeZoneControlEvents_Event.AfterUpdate Event

Definition

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

public:
 event Microsoft::Office::Interop::Outlook::OlkTimeZoneControlEvents_AfterUpdateEventHandler ^ AfterUpdate;
event Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_AfterUpdateEventHandler AfterUpdate;
Event AfterUpdate As OlkTimeZoneControlEvents_AfterUpdateEventHandler 

Event Type

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 occurs
  3. Control data is updated
  4. AfterUpdate occurs
  5. Exit occurs: User moves focus away from control

Applies to