Share via


OlkOptionButtonEvents_Event.AfterUpdate Event

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Event AfterUpdate As OlkOptionButtonEvents_AfterUpdateEventHandler
'Usage
Dim instance As OlkOptionButtonEvents_Event
Dim handler As OlkOptionButtonEvents_AfterUpdateEventHandler

AddHandler instance.AfterUpdate, handler
event OlkOptionButtonEvents_AfterUpdateEventHandler AfterUpdate

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

Reference

OlkOptionButtonEvents_Event Interface

OlkOptionButtonEvents_Event Members

Microsoft.Office.Interop.Outlook Namespace