Intersoft ClientUI Documentation
OnPropertyChanged(String) Method



Property name.
Raises the PropertyChanged event.
Syntax
Public Sub OnPropertyChanged( _
   ByVal propertyName As String _
) 
Dim instance As UXQueryBuilder
Dim propertyName As String
 
instance.OnPropertyChanged(propertyName)
public void OnPropertyChanged( 
   string propertyName
)
public:
void OnPropertyChanged( 
   String^ propertyName
) 

Parameters

propertyName
Property name.
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

UXQueryBuilder Class
UXQueryBuilder Members

Send Feedback