Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DataSourceContextChanged

Contains information passed to binding instances when the resolved data source context has changed.
Read time 1 minuteLast updated 6 days ago

Definition

public readonly struct DataSourceContextChanged

Properties

Property

Description

bindingIdReturns the id of the binding.
newContextReturns the newly resolved data source of the binding.
previousContextReturns the previous resolved data source context of the binding.
targetElementReturns the target element of the binding.