# ICommandEvent

> Interface for Command events.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public interface ICommandEvent
```

## Properties

| Property                                                                                           | Description          |
| -------------------------------------------------------------------------------------------------- | -------------------- |
| [commandName](/engine/6000.0/script-reference/unityengine/uielements/icommandevent/commandname.md) | Name of the command. |
