ItemEvents_10_Event.CustomPropertyChange Event

Occurs when a custom property of an item (which is an instance of the parent object) is changed.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Event CustomPropertyChange As ItemEvents_10_CustomPropertyChangeEventHandler
'Usage
Dim instance As ItemEvents_10_Event
Dim handler As ItemEvents_10_CustomPropertyChangeEventHandler

AddHandler instance.CustomPropertyChange, handler
event ItemEvents_10_CustomPropertyChangeEventHandler CustomPropertyChange

Remarks

The property name is passed to the procedure so that you can determine which custom property changed.

See Also

Reference

ItemEvents_10_Event Interface

ItemEvents_10_Event Members

Microsoft.Office.Interop.Outlook Namespace

Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler