BindingNotificationUpdateValue Method
Namespace: Avalonia.DataAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Object? UpdateValue(
Object? o,
Object value
)
Public Shared Function UpdateValue (
o As Object,
value As Object
) As Object
static member UpdateValue :
o : Object *
value : Object -> Object
- o Object
- The object that may be a binding notification.
- value Object
- The new value.
Object
The updated binding notification if
o is a binding notification;
otherwise
value.