NotifyPropertyChangedServices.PropertyChangingAdapter Property |
Gets or sets currently active NotifyPropertyChangingAdapter object.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.9.11.0 (6.9.11.0)
C#
public static NotifyPropertyChangingAdapter PropertyChangingAdapter { get; set; }
Property Value
Type: NotifyPropertyChangingAdapterThe adapter form a chain of responsibility. This property represents the head of this chain.