# ShortcutBindingChangedEventArgs

> Provides data for the IShortcutManager.shortcutBindingChanged event.

## Definition

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

```csharp
public struct ShortcutBindingChangedEventArgs
```

## Constructors

| Constructor                                                                                                                                                                                                                                            | Description                                                                                                                                                                                                                                  |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ShortcutBindingChangedEventArgs(System.String,UnityEditor.ShortcutManagement.ShortcutBinding,UnityEditor.ShortcutManagement.ShortcutBinding)](/engine/6000.6/script-reference/unityeditor/shortcutmanagement/shortcutbindingchangedeventargs/ctor.md) | Initializes a new instance of the [ShortcutBindingChangedEventArgs](/engine/6000.6/script-reference/unityeditor/shortcutmanagement/shortcutbindingchangedeventargs.md) struct using the specified shortcut ID, old binding, and new binding. |

## Properties

| Property                                                                                                                   | Description                                                    |
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [newBinding](/engine/6000.6/script-reference/unityeditor/shortcutmanagement/shortcutbindingchangedeventargs/newbinding.md) | The new binding for the shortcut that had its binding changed. |
| [oldBinding](/engine/6000.6/script-reference/unityeditor/shortcutmanagement/shortcutbindingchangedeventargs/oldbinding.md) | The old binding for the shortcut that had its binding changed. |
| [shortcutId](/engine/6000.6/script-reference/unityeditor/shortcutmanagement/shortcutbindingchangedeventargs/shortcutid.md) | The ID of the shortcut that had its binding changed.           |
