OlkCategoryEvents_Event.Exit Event
Occurs just after the focus passes from this control to another control on the same form.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event Exit As OlkCategoryEvents_ExitEventHandler
'Usage
Dim instance As OlkCategoryEvents_Event
Dim handler As OlkCategoryEvents_ExitEventHandler
AddHandler instance.Exit, handler
event OlkCategoryEvents_ExitEventHandler Exit
See Also
Reference
OlkCategoryEvents_Event Interface
OlkCategoryEvents_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ExitEventHandler