# ComponentBindingDispatcher

> Dispatches component-targeted data bindings ( ${component:Type}.field ) into the live component data of an element. The generated __GetComponentBindingDispatcher hook returns ComponentBindingDispatcher<T>.Instance, and AddComponent caches it in the component's slot, so binding updates dispatch without reflection.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public abstract class ComponentBindingDispatcher
```
