# CommandHandler

Property in [Dialogue](https://docs.yarnspinner.dev/2.2/api/csharp/yarn/yarn.dialogue)

## Summary

Gets or sets the [CommandHandler](https://docs.yarnspinner.dev/2.2/api/csharp/yarn/yarn.commandhandler) that is called when a command is to be delivered to the game.

```csharp
public CommandHandler CommandHandler
{
            get; set; }
```
