OlkListBoxEvents_Event.Enter Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the control receives focus, immediately after the previous control's Exit event.
public:
event Microsoft::Office::Interop::Outlook::OlkListBoxEvents_EnterEventHandler ^ Enter;
event Microsoft.Office.Interop.Outlook.OlkListBoxEvents_EnterEventHandler Enter;
Event Enter As OlkListBoxEvents_EnterEventHandler
Event Type
Remarks
This is similar to the GotFocus event exposed by managed-code controls or in Microsoft Visual Basic 6.