VisualElement.TryGetLastBindingToSourceResult

Declaration

public bool TryGetLastBindingToSourceResult(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 data source.

Returns

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

Description

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


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