Click or drag to resize

NotifyPropertyChangedNodeValueObserver Constructor

Constructor.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public NotifyPropertyChangedNodeValueObserver(
	INotifyPropertyChanged parentObject,
	string propertyName
)

Parameters

parentObject
Type: System.ComponentModelINotifyPropertyChanged
Parent object.
propertyName
Type: SystemString
Property name to observe.
See Also