# activeProfileChanged

> Raised when the ID of the active profile is changed.

## Definition

* **Type:** Event
* **Namespace:** [UnityEditor.ShortcutManagement](/engine/6000.7/script-reference/unityeditor/shortcutmanagement.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
event Action<ActiveProfileChangedEventArgs> activeProfileChanged
```

### Remarks

This event is raised when the active profile is changed, e.g. when [IShortcutManager.activeProfileId](/engine/6000.7/script-reference/unityeditor/shortcutmanagement/ishortcutmanager/activeprofileid.md) changes. It is not raised when the shortcut overrides of the active profile are changed, e.g. via [IShortcutManager.RebindShortcut](/engine/6000.7/script-reference/unityeditor/shortcutmanagement/ishortcutmanager/rebindshortcut.md) or [IShortcutManager.ClearShortcutOverride](/engine/6000.7/script-reference/unityeditor/shortcutmanagement/ishortcutmanager/clearshortcutoverride.md).
