PropertyChangedEventManager Class

This is used to attach weak event handlers to the indicated source.

Namespace:  Tortuga.Anchor.Eventing
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public class PropertyChangedEventManager : EventManager<PropertyChangedEventArgs>
Public Class PropertyChangedEventManager _
	Inherits EventManager(Of PropertyChangedEventArgs)

Remarks


If a class encapsulates this then it should also implement INotifyPropertyChangedWeak.

Inheritance Hierarchy


Object
  Tortuga.Anchor.Eventing..::..EventManager<(Of <(<'PropertyChangedEventArgs>)>)>
    Tortuga.Anchor.Eventing..::..PropertyChangedEventManager