PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelNotify­Property­Changing­AdapterIs­Supported
Open sandboxFocus

NotifyPropertyChangingAdapter.IsSupported Method

IsSupported(Object)

Determines whether the NotifyPropertyChanging behavior is supported for a given object.

Declaration
public abstract bool IsSupported(object instance)
Parameters
Type Name Description
Object instance

Instance.

Returns
Type Description
Boolean

true if instance is supported, otherwise false.

Remarks

An implementation should never return false. Instead, it should return the result of base.IsSupported.