| Visual Basic (Declaration) | |
|---|---|
Public Event AttributeValueChanged As EventHandler(Of DictionaryChangedEventArgs) | |
| C# | |
|---|---|
public event EventHandler<DictionaryChangedEventArgs> AttributeValueChanged | |
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 |
Target Platforms:Windows Phone 7