PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelNotify­Property­Changing­AdapterNotify­Property­Changing­Adapter
Open sandboxFocus

NotifyPropertyChangingAdapter Constructor

NotifyPropertyChangingAdapter(NotifyPropertyChangingAdapter)

Initializes a new instance of the NotifyPropertyChangingAdapter class.

Declaration
protected NotifyPropertyChangingAdapter(NotifyPropertyChangingAdapter next)
Parameters
Type Name Description
NotifyPropertyChangingAdapter next

Next item in the chain of responsibility. Pass the current value of the PropertyChangingAdapter property to this parameter.