OlkTimeControlEvents_Event.Enter Event
Occurs before the control actually receives the focus from a control on the same form.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event Enter As OlkTimeControlEvents_EnterEventHandler
'Usage
Dim instance As OlkTimeControlEvents_Event
Dim handler As OlkTimeControlEvents_EnterEventHandler
AddHandler instance.Enter, handler
event OlkTimeControlEvents_EnterEventHandler Enter
See Also
Reference
OlkTimeControlEvents_Event Interface