PostSharp//API Reference/Post­Sharp.​Patterns.​Model/Notify­Property­Changing­Adapter/Is­Supported
Open sandboxFocus

Method IsSupported

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.