Share via


OlkSenderPhotoEvents_Event.Change Event

Occurs when the sender's contact picture has changed.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Event Change As OlkSenderPhotoEvents_ChangeEventHandler
'Usage
Dim instance As OlkSenderPhotoEvents_Event
Dim handler As OlkSenderPhotoEvents_ChangeEventHandler

AddHandler instance.Change, handler
event OlkSenderPhotoEvents_ChangeEventHandler Change

Remarks

The change of the sender's contact picture usually means that the PreferredWidth and PreferredHeight properties have changed as well. Therefore, this event can be used as an indication of the necessity to resize the control.

See Also

Reference

OlkSenderPhotoEvents_Event Interface

OlkSenderPhotoEvents_Event Members

Microsoft.Office.Interop.Outlook Namespace