ArcGIS Runtime SDK for WPF - Library Reference
AttributeValueChanged Event
See Also 
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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.