Bad event handler (28)

An event handler does not match the declaration of the event:
  • It has too few arguments.

  • Or it has too many arguments.

  • Or the arguments datatypes do not match.