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 |
|
Remarks
An implementation should never return false
. Instead, it should return the result of base.IsSupported
.