ItemEvents_10_Event.CustomPropertyChange 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 a custom property of an item (which is an instance of the parent object) is changed.
public:
event Microsoft::Office::Interop::Outlook::ItemEvents_10_CustomPropertyChangeEventHandler ^ CustomPropertyChange;
event Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler CustomPropertyChange;
Event CustomPropertyChange As ItemEvents_10_CustomPropertyChangeEventHandler
Event Type
Remarks
The property name is passed to the procedure so that you can determine which custom property changed.