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
See Also