# ActiveProfileChangedEventArgs(string, string)

> Initializes a new instance of the ActiveProfileChangedEventArgs struct using the specified previous active profile ID and current active profile ID.

## Definition

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

```csharp
public ActiveProfileChangedEventArgs(string previousActiveProfileId, string currentActiveProfileId)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Previous active profile ID.**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Current active profile ID.
