DataSourceContextChanged
Contains information passed to binding instances when the resolved data source context has changed.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public readonly struct DataSourceContextChanged
Properties
Property | Description |
|---|---|
| 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. |