Occurs when a property value changes.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event PropertyChangedEventHandler PropertyChanged
Visual Basic
Public Event PropertyChanged As PropertyChangedEventHandler
XAML Attribute Usage
<object PropertyChanged="PropertyChangedEventHandler" .../>

Implements

INotifyPropertyChanged..::..PropertyChanged

See Also