Raises the PropertyChanged event.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| protected virtual void OnPropertyChanged( string propertyName ) | 
| Visual Basic (Declaration) | 
|---|
| Protected Overridable Sub OnPropertyChanged ( _ propertyName As String _ ) | 
| Visual C++ | 
|---|
| protected: virtual void OnPropertyChanged( String^ propertyName ) | 
Parameters
- propertyName
- Type: System..::.String
 Name of the property whose value changed.





