ArcGIS API for Silverlight - Library Reference
OnPropertyChanged Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > TaskBase Class : OnPropertyChanged Method

name
The name of the property.
Called when a task result related property value has changed. These properties are named, or end with, "LastResult". E.g. QueryTask exposes the "LastResult" property, and GeometryService has a "BufferLastResult" property.

Syntax

Visual Basic (Declaration) 
Protected Sub OnPropertyChanged( _
   ByVal name As String _
) 
C# 
protected void OnPropertyChanged( 
   string name
)

Parameters

name
The name of the property.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.