# Sandbox.UI.TextEntry.OnTextEdited

```csharp
System.Action<string> OnTextEdited { get; set; }
```

Called when the text of this text entry is changed.

Declared in [Sandbox.UI.TextEntry](/api/Sandbox.UI.TextEntry).
Assembly: `Sandbox.Engine`.
