Click or drag to resize

NotifyPropertyChangedNodeValueObserver Class

Value observer that works with INotifyPropertyChanged as a parent object.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Core.DataNotifyPropertyChangedNodeValueObserver

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class NotifyPropertyChangedNodeValueObserver : INodeValueObserver

The NotifyPropertyChangedNodeValueObserver type exposes the following members.

Constructors
  NameDescription
Public methodNotifyPropertyChangedNodeValueObserver
Constructor.
Top
Events
  NameDescription
Public eventValueChanged
Called when the value of the node changed.
Top
See Also