ItemEvents_10_Event.CustomPropertyChange Event

Definition

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.

Applies to