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
bool

true if instance is supported, otherwise false.

Remarks

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