struct in UnityEngine.UIElements
/
Implemented in:UnityEngine.UIElementsModule
Contains information passed to binding instances when the resolved data source context has changed.
bindingId | Returns the id of the binding. |
newContext | Returns the newly resolved data source of the binding. |
previousContext | Returns the previous resolved data source context of the binding. |
targetElement | Returns the target element of the binding. |