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 |
|