OlkTimeZoneControlEvents_Event.DropButtonClick Event
Occurs when the user clicks the drop button to expand the drop-down list in the time zone control, or when the DropDown method is called programmatically.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event DropButtonClick As OlkTimeZoneControlEvents_DropButtonClickEventHandler
'Usage
Dim instance As OlkTimeZoneControlEvents_Event
Dim handler As OlkTimeZoneControlEvents_DropButtonClickEventHandler
AddHandler instance.DropButtonClick, handler
event OlkTimeZoneControlEvents_DropButtonClickEventHandler DropButtonClick
See Also
Reference
OlkTimeZoneControlEvents_Event Interface