Raised when items in this collection have their properties changed.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public event PropertyChangedEventHandler PropertyChanged | 
| Visual Basic (Declaration) | 
|---|
| Public Event PropertyChanged As PropertyChangedEventHandler | 
| Visual C++ | 
|---|
| public: virtual event PropertyChangedEventHandler^ PropertyChanged { void add (PropertyChangedEventHandler^ value); void remove (PropertyChangedEventHandler^ value); } | 





