RSS

Пятница, 29.03.2024, 12:04
Главная » WoW API » Событий API Виджетов »

OnTextSet

[ править ]
Run when the edit box's text is set programmatically.
[клоны]
Run when the edit box's text is set programmatically. Only run as a result of calling :SetText().


Signature:
Code
OnTextSet(self)

Arguments:
  • self - Reference to the widget for which the script was run (editbox)

Доступна для: EditBox

Также смотрите: Событий API Виджетов
Ссылки: http://wowprogramming.com/docs/scripts/OnTextSet