Alias CommandHandler

A delegate type which represents a function used for handling commands.

Declaration

alias CommandHandler = void delegate(CommandEvent);