Share via


ObservableObject<T>.PropertyChanged Event

Event that gets invoked when the Value property changes.

Namespace:  Microsoft.Practices.Prism
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public event PropertyChangedEventHandler PropertyChanged
'Declaration
Public Event PropertyChanged As PropertyChangedEventHandler

Implements

INotifyPropertyChanged.PropertyChanged

See Also

ObservableObject<T> Class

Microsoft.Practices.Prism Namespace