Class NotifyPropertyChangingAdapter
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 NotifyPropertyChangingAdapter : Object
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. |