Provides a unified adapter to the different variants of the INotifyPropertyChanging interface.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model.dll
Syntax
public abstract class NotifyPropertyChangingAdapterRemarks
To register your NotifyPropertyChangingAdapter, set the PropertyChangingAdapter property.
Constructors
| Name | Description |
|---|---|
| NotifyPropertyChangingAdapter(NotifyPropertyChangingAdapter) | Initializes a new instance of the NotifyPropertyChangingAdapter class. |
Properties
| Name | Description |
|---|---|
| Next | Gets the next NotifyPropertyChangingAdapter in the chain. |
Methods
| Name | Description |
|---|---|
| AddHandler(object, Action<string>) | Adds a handler to PropertyChanging event. |
| IsSupported(object) | Determines whether the |
| RemoveHandler(object, Delegate) | Removes a handler from PropertyChanging event. |