# Sandbox.UI.Panel.OnPaste

```csharp
void OnPaste(string text)
```

Called when the user presses CTRL+V while this panel has input focus.

### Parameters

- `text` (`string`)

Declared in [Sandbox.UI.Panel](/api/Sandbox.UI.Panel).
Assembly: `Sandbox.Engine`.
