Raised when the value of a property of this instance is changed.
Namespace:
Endeca.Data.ProviderAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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); } |