UIHANDLER OnTextSet

From Warcraft Wiki
Jump to navigation Jump to search

Fires when setting text programmatically.

(self, userInput)

Arguments

self
EditBox - The changing widget.

Details

  • Fires before OnTextChanged, which also fires in response to user input.
  • EditBox:GetText() returns the new value when called inside the handler.