OlkComboBoxEvents_Event.BeforeUpdate Event
Occurs when the data in the control is changed through the user interface and is about to be saved to the item.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event BeforeUpdate As OlkComboBoxEvents_BeforeUpdateEventHandler
'Usage
Dim instance As OlkComboBoxEvents_Event
Dim handler As OlkComboBoxEvents_BeforeUpdateEventHandler
AddHandler instance.BeforeUpdate, handler
event OlkComboBoxEvents_BeforeUpdateEventHandler BeforeUpdate
Remarks
Canceling this property will revert the control to the current value of the property and return the focus to the control.
BeforeUpdate and AfterUpdate can occur any time the data in the control is being saved to the item. The typical sequence of events involving BeforeUpdate for this control is as follows:
User focuses on the control
BeforeUpdate
Control data is updated
AfterUpdate
Exit: User moves focus away from control
See Also
Reference
OlkComboBoxEvents_Event Interface
OlkComboBoxEvents_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_BeforeUpdateEventHandler