# Editor.PanelWindow.OnActivated

```csharp
System.Action OnActivated { get; set; }
```

The window became the active one - it has the keyboard, its title bar lit up.

Declared in [Editor.PanelWindow](/api/Editor.PanelWindow).
Assembly: `Sandbox.Tools`.
