ItemEvents_10_Event.PropertyChange Event
Occurs when an explicit built-in property of 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 PropertyChange As ItemEvents_10_PropertyChangeEventHandler
'Usage
Dim instance As ItemEvents_10_Event
Dim handler As ItemEvents_10_PropertyChangeEventHandler
AddHandler instance.PropertyChange, handler
event ItemEvents_10_PropertyChangeEventHandler PropertyChange
Remarks
The property name is passed to the event so that you can determine which property was changed.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler