Edit

Share via


OlkSenderPhotoEvents_Event.Change Event

Definition

Occurs when the sender's contact picture has changed.

public:
 event Microsoft::Office::Interop::Outlook::OlkSenderPhotoEvents_ChangeEventHandler ^ Change;
event Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_ChangeEventHandler Change;
Event Change As OlkSenderPhotoEvents_ChangeEventHandler 

Event Type

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.

Applies to