UpdateValue Method
Updates the value of an object that may be a BindingNotification.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
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
Parameters
Return Value
Object
The updated binding notification if o is a binding notification; otherwise value.
Remarks
If o is a BindingNotification then sets its value to value. If value is a BindingNotification then the value will first be extracted.