Share via


OlkTimeZoneControlEvents_Event.Enter Event

Occurs when the control receives focus, immediately after the previous control's Exit event.

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

Syntax

'Declaration
Event Enter As OlkTimeZoneControlEvents_EnterEventHandler
'Usage
Dim instance As OlkTimeZoneControlEvents_Event
Dim handler As OlkTimeZoneControlEvents_EnterEventHandler

AddHandler instance.Enter, handler
event OlkTimeZoneControlEvents_EnterEventHandler Enter

Remarks

This is similar to the GotFocus event exposed by managed-code controls or in Microsoft Visual Basic 6.

See Also

Reference

OlkTimeZoneControlEvents_Event Interface

OlkTimeZoneControlEvents_Event Members

Microsoft.Office.Interop.Outlook Namespace