NotifyPropertyChangingAdapter Constructor |
Initializes a new instance of the NotifyPropertyChangingAdapter class.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.5.19.0 (6.5.19.0)
C#
protected NotifyPropertyChangingAdapter( NotifyPropertyChangingAdapter next )
Parameters
- next
- Type: PostSharp.Patterns.Model.NotifyPropertyChangingAdapter
Next item in the chain of responsibility. Pass the current value of the PropertyChangingAdapter property to this parameter.