NotifyPropertyChangingAdapter Class |
Provides a unified adapter to the different variants of the INotifyPropertyChanging interface.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public abstract class NotifyPropertyChangingAdapter
The NotifyPropertyChangingAdapter type exposes the following members.
Name | Description | |
---|---|---|
NotifyPropertyChangingAdapter |
Initializes a new instance of the NotifyPropertyChangingAdapter class.
|
Name | Description | |
---|---|---|
Next |
Gets the next NotifyPropertyChangingAdapter in the chain.
|
Name | Description | |
---|---|---|
AddHandler |
Adds a handler to PropertyChanging event.
| |
IsSupported |
Determines whether the NotifyPropertyChanging behavior is supported for a given object.
| |
RemoveHandler |
Removes a handler from PropertyChanging event.
|
To register your NotifyPropertyChangingAdapter, set the PropertyChangingAdapter property.