Share via


OlkOptionButtonEvents_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 OlkOptionButtonEvents_EnterEventHandler
'Usage
Dim instance As OlkOptionButtonEvents_Event
Dim handler As OlkOptionButtonEvents_EnterEventHandler

AddHandler instance.Enter, handler
event OlkOptionButtonEvents_EnterEventHandler Enter

Remarks

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

See Also

Reference

OlkOptionButtonEvents_Event Interface

OlkOptionButtonEvents_Event Members

Microsoft.Office.Interop.Outlook Namespace