OlkCheckBoxEvents_Event.AfterUpdate Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs after the data in the control has been changed through the user interface.
public:
event Microsoft::Office::Interop::Outlook::OlkCheckBoxEvents_AfterUpdateEventHandler ^ AfterUpdate;
event Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_AfterUpdateEventHandler AfterUpdate;
Event AfterUpdate As OlkCheckBoxEvents_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:
- User focuses on the control
- BeforeUpdate
- Control data is updated
- AfterUpdate
- Exit: User moves focus away from control