Variable CommandObject.func

The function handler for this command

Declaration

class CommandObject
{
  // ...
  void delegate(CommandEvent) func;
  // ...
}