IButton.onClick

Gets the callback that is executed when the button is pressed.

  1. void delegate() onClick()
    interface IButton
    void delegate
    ()
    onClick
    ()
  2. void onClick(void delegate() callback)

Meta