UIHANDLER OnTextChanged

From Warcraft Wiki
Jump to navigation Jump to search

Fires when text changes.

(self, userInput)

Arguments

self
EditBox - The changing widget.
userInput
boolean - True when changing as a result of user input, false when programmatically set.

Details