VisualElement.TryGetLastBindingToUIResult

Declaration

public bool TryGetLastBindingToUIResult(ref UIElements.BindingId bindingId, out UIElements.BindingResult result);

Parameters

bindingId The ID of the binding object.
result The result of the last binding operation to the UI.

Returns

bool true if the binding object has been updated; false otherwise.

Description

Returns the last BindingResult of a binding object from the data source to the UI.


Did you find this page useful? Please give it a rating: