ItemEvents_10_Event.PropertyChange Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.