TextBox.callback

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

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

Meta