WoW:UI best practices: Difference between revisions

added OnEvent function="..." syntax
(added OnEvent function="..." syntax)
Line 186: Line 186:
  end
  end


Even Newer XML
<OnEvent function="MyEventHandler" />
This has the advantage of resulting in a reference call, without an anonymous code block calling a global function.
==== Lua only ====
==== Lua only ====


Anonymous user