ESRI.ArcGIS.Mobile.Client
OnPropertyChanged(String) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.WPF.VirtualKeyboard Namespace > VirtualKey Class > OnPropertyChanged Method : OnPropertyChanged(String) Method

name
The name of the property that was modified.
Raises the PropertyChanged event.

Syntax

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

Parameters

name
The name of the property that was modified.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also