Provides an implementation so that you can use the "weak event listener" pattern to attach listeners for the PropertyChanged(Object, PropertyChangedEventArgs) event.

Namespace:  C1.Silverlight.Binding
Assembly:  C1.Silverlight.Binding.5 (in C1.Silverlight.Binding.5.dll)

Syntax

C#
public class PropertyChangedEventManager
Visual Basic
Public Class PropertyChangedEventManager

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.Binding..::..PropertyChangedEventManager

See Also