Share via


OlkContactPhotoEvents_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 OlkContactPhotoEvents_ExitEventHandler
'Usage
Dim instance As OlkContactPhotoEvents_Event
Dim handler As OlkContactPhotoEvents_ExitEventHandler

AddHandler instance.Exit, handler
event OlkContactPhotoEvents_ExitEventHandler Exit

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

OlkContactPhotoEvents_Event Members

Microsoft.Office.Interop.Outlook Namespace

Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ExitEventHandler