02:25, March 29, 2009 (diff | hist) N UIHANDLER OnLoad (New page: == Description == The OnLoad handler is called when a frame is created. frame = CreateFrame("Frame"); -- frame created, OnLoad handler called frame:SetScript("OnLoad", function() print...)