TextBox.callback

The callback to execute when the value of this TextBox has changed.

  1. bool delegate(string str) callback()
    class TextBox
    final const
    bool delegate
    (
    string str
    )
    callback
    ()
  2. void callback(bool delegate(string str) callback)

Meta