Occurs when an attribute value changes.
Syntax
Event Data
The event handler receives an argument of type DictionaryChangedEventArgs containing data related to this event. The following DictionaryChangedEventArgs properties provide information specific to this event.
Property | Description |
---|
Action | The action causing the change |
Key | The key of the attribute that changed. |
NewValue | The new value of the attribute |
OldValue | The old value of the attribute |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also