PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelNotify­Property­Changing­AdapterIs­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.