# ActiveProfileChangedEventArgs

> Provides data for the IShortcutManager.activeProfileChanged event.

## Definition

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

```csharp
public struct ActiveProfileChangedEventArgs
```

## Constructors

| Constructor                                                                                                                                                        | Description                                                                                                                                                                                                                                             |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ActiveProfileChangedEventArgs(System.String,System.String)](/engine/6000.7/script-reference/unityeditor/shortcutmanagement/activeprofilechangedeventargs/ctor.md) | Initializes a new instance of the [ActiveProfileChangedEventArgs](/engine/6000.7/script-reference/unityeditor/shortcutmanagement/activeprofilechangedeventargs.md) struct using the specified previous active profile ID and current active profile ID. |

## Properties

| Property                                                                                                                                           | Description                            |
| -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| [currentActiveProfileId](/engine/6000.7/script-reference/unityeditor/shortcutmanagement/activeprofilechangedeventargs/currentactiveprofileid.md)   | The ID of the current active profile.  |
| [previousActiveProfileId](/engine/6000.7/script-reference/unityeditor/shortcutmanagement/activeprofilechangedeventargs/previousactiveprofileid.md) | The ID of the previous active profile. |
