OlkComboBoxEvents_Event.Change Event
Occurs when the selection in the list displayed by the control changes.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event Change As OlkComboBoxEvents_ChangeEventHandler
'Usage
Dim instance As OlkComboBoxEvents_Event
Dim handler As OlkComboBoxEvents_ChangeEventHandler
AddHandler instance.Change, handler
event OlkComboBoxEvents_ChangeEventHandler Change
See Also
Reference
OlkComboBoxEvents_Event Interface