ItemEvents_10_Event.PropertyChange Event

Definition

Occurs when an explicit built-in property of an instance of the parent object is changed.

public:
 event Microsoft::Office::Interop::Outlook::ItemEvents_10_PropertyChangeEventHandler ^ PropertyChange;
event Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler PropertyChange;
Event PropertyChange As ItemEvents_10_PropertyChangeEventHandler 

Event Type

Remarks

The property name is passed to the event so that you can determine which property was changed.

Applies to