Click or drag to resize
INotifyPropertyChanged Interface
Notifies clients that a property value has changed.

Namespace: System.ComponentModel
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public interface INotifyPropertyChanged

The INotifyPropertyChanged type exposes the following members.

Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also