WoW:UIHANDLER OnChar: Difference between revisions
Jump to navigation
Jump to search
(Write an initial description of this event) |
m (Robot: Removing selflinks) |
||
Line 11: | Line 11: | ||
== Note == | == Note == | ||
This event handler is listed under UI Widgets other than EditBox, but I have no idea if it functions at all in anything besides an EditBox (given that without a widget that accepts characters, how can there be an | This event handler is listed under UI Widgets other than EditBox, but I have no idea if it functions at all in anything besides an EditBox (given that without a widget that accepts characters, how can there be an '''OnChar''' handler?) |
Revision as of 22:58, 28 January 2007
Description
Called whenever a character is typed into the EditBox by the user.
Arguments
- arg1
- The character that was typed
Note
This event handler is listed under UI Widgets other than EditBox, but I have no idea if it functions at all in anything besides an EditBox (given that without a widget that accepts characters, how can there be an OnChar handler?)