BindingNotificationExtractValue Method

Gets a value from an object that may be a BindingNotification.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Object? ExtractValue(
	Object? o
)

Parameters

o  Object
The object.

Return Value

Object
The value.

Remarks

If o is a BindingNotification then returns the binding notification's Value. If not, returns the object unchanged.

See Also