Share via


OlkListBoxEvents_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 OlkListBoxEvents_EnterEventHandler
'Usage
Dim instance As OlkListBoxEvents_Event
Dim handler As OlkListBoxEvents_EnterEventHandler

AddHandler instance.Enter, handler
event OlkListBoxEvents_EnterEventHandler Enter

Remarks

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

See Also

Reference

OlkListBoxEvents_Event Interface

OlkListBoxEvents_Event Members

Microsoft.Office.Interop.Outlook Namespace