SearchViewEvents: { CancelButtonClicked: "cancelButtonClicked"; SearchBegin: "searchBegin"; SearchButtonClicked: "searchButtonClicked"; SearchEnd: "searchEnd"; TextChanged: "textChanged"; Touch: "touch"; TouchCancelled: "touchCancelled"; TouchEnded: "touchEnded"; TouchMoved: "touchMoved" } = ...

Type declaration

  • CancelButtonClicked: "cancelButtonClicked"

    This event is called when user clicks the cancel button.

    Ios

    onCancelButtonClicked

    Since

    0.1

  • SearchBegin: "searchBegin"

    This event is called when user focus on the search view by selecting it.

    onSearchBegin

    Android

    Ios

    Since

    0.1

  • SearchButtonClicked: "searchButtonClicked"

    This event is called when user clicks search button on the keyboard. In Android, clicking on search action button does not Application#hideKeyboard hide the keyboard.

    onSearchButtonClicked

    Android

    Ios

    Since

    0.1

  • SearchEnd: "searchEnd"

    This event is called when searchview loses focus.

    onSearchEnd

    Android

    Ios

    Since

    0.1

  • TextChanged: "textChanged"

    This event is called when user changes the search text.

    Param

    The current text in the search text view.

    Android

    Ios

    onTextChanged

    Since

    0.1

  • Touch: "touch"
  • TouchCancelled: "touchCancelled"
  • TouchEnded: "touchEnded"
  • TouchMoved: "touchMoved"

Generated using TypeDoc