Occurs when a property value changes, after it has been changed.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public override event PropertyChangedEventHandler PropertyChanged
Visual Basic
Public Overrides Event PropertyChanged As PropertyChangedEventHandler

Implements

INotifyPropertyChanged..::..PropertyChanged

See Also