# RectTransform.ReapplyDrivenProperties

> Delegate type for the RectTransform.reapplyDrivenProperties event.

## Definition

* **Type:** Delegate
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public delegate void RectTransform.ReapplyDrivenProperties(RectTransform driven)
```

## Remarks

Handlers of this type are invoked to reapply the driven properties of a `RectTransform`. Assign a method matching this signature to the [RectTransform.reapplyDrivenProperties](/engine/6000.7/script-reference/unityengine/recttransform/reapplydrivenproperties-1.md) event.

Additional Resources: [RectTransform.reapplyDrivenProperties](/engine/6000.7/script-reference/unityengine/recttransform/reapplydrivenproperties-1.md)
