# Editor.AutoComplete.OnParentKeyPress

```csharp
void OnParentKeyPress(KeyEvent e)
```

You should call this from the parent when a key is pressed. Will forward
the appropriate keys to us and accept the event.

### Parameters

- `e` (`KeyEvent`)

Declared in [Editor.AutoComplete](/api/Editor.AutoComplete).
Assembly: `Sandbox.Tools`.
