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. |