View Single Post
09-01-16, 04:05 AM   #4
Mayron
A Frostmaul Preserver
 
Mayron's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 275
I've been using my own "EventManager" API for my UI:

https://mayronui.com/p/pkg-mayron-events

I like using this because it has an auto destroy feature to remove event handlers once they have been used (if you set auto destroy to true), and a few other nice features such as "FindHandlerByPriority" or "FindHandlerByKey"

Last edited by Mayron : 03-12-23 at 03:54 AM.
  Reply With Quote