OlkContactPhotoEvents_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 OlkContactPhotoEvents_EnterEventHandler
'Usage
Dim instance As OlkContactPhotoEvents_Event
Dim handler As OlkContactPhotoEvents_EnterEventHandler
AddHandler instance.Enter, handler
event OlkContactPhotoEvents_EnterEventHandler Enter
Remarks
This event occurs only when the control is displaying the contact picture button and no contact picture has been defined.
See Also
Reference
OlkContactPhotoEvents_Event Interface