ItemPropertyChangedEventManager 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 sealed class ItemPropertyChangedEventManager : EventManager<RelayedEventArgs<PropertyChangedEventArgs>>
Public NotInheritable Class ItemPropertyChangedEventManager _
	Inherits EventManager(Of RelayedEventArgs(Of PropertyChangedEventArgs))

Remarks


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

Inheritance Hierarchy


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