Xceed DataGrid for Silverlight Documentation
RaisePropertyChanged Method (NumericTextBox)


The name of the property that changed.
Raises the PropertyChanged event for the specified property.
Syntax
'Declaration
 
Protected Sub RaisePropertyChanged( _
   ByVal propertyName As String _
) 
'Usage
 
Dim instance As NumericTextBox
Dim propertyName As String
 
instance.RaisePropertyChanged(propertyName)
protected void RaisePropertyChanged( 
   string propertyName
)

Parameters

propertyName
The name of the property that changed.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

NumericTextBox Class
NumericTextBox Members

Send Feedback