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

Occurs when a property value changes.

Syntax

Visual Basic (Declaration) 
Public Event PropertyChanged As PropertyChangedEventHandler
C# 
public event PropertyChangedEventHandler PropertyChanged

Event Data

The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.

PropertyDescription
PropertyName Gets the name of the property that changed.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.