Xceed Ultimate ListBox for Silverlight Documentation
RaisePropertyChanged Method


The name of the property that changed.
Raises the PropertyChanged event for the specified property.
Syntax
Protected Sub RaisePropertyChanged( _
   ByVal propertyName As String _
) 
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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericTextBox Class
NumericTextBox Members

Send Feedback