Summary
Gets a value from an object that may be a
BindingNotification
.
- Namespace
- Avalonia
.Data - Containing Type
- BindingNotification
Syntax
public static object ExtractValue(object o)
Remarks
If o is a
BindingNotification
then returns the binding
notification's Value
. If not, returns the object unchanged.
Parameters
Name | Type | Description |
---|---|---|
o | object | The object. |
Return Value
Type | Description |
---|---|
object | The value. |