struct in UnityEditor.ShortcutManagement
Provides data for the IShortcutManager.activeProfileChanged event.
| Property | Description | 
|---|---|
| currentActiveProfileId | The ID of the current active profile. | 
| previousActiveProfileId | The ID of the previous active profile. | 
| Constructor | Description | 
|---|---|
| ActiveProfileChangedEventArgs | Initializes a new instance of the ActiveProfileChangedEventArgs struct using the specified previous active profile ID and current active profile ID. |