ArcGIS API for Windows Phone - Library Reference
AttributeValueChanged Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Graphic Class : AttributeValueChanged Event

Occurs when an attribute value changes.

Syntax

Visual Basic (Declaration) 
Public Event AttributeValueChanged As EventHandler(Of DictionaryChangedEventArgs)
C# 
public event EventHandler<DictionaryChangedEventArgs> AttributeValueChanged

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.

PropertyDescription
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 Phone 7

See Also

© ESRI, Inc. All Rights Reserved.