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

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

Syntax

C#
public virtual event PropertyChangedEventHandler PropertyChanged
Visual Basic
Public Overridable Event PropertyChanged As PropertyChangedEventHandler

Implements

INotifyPropertyChanged..::..PropertyChanged

See Also