View Single Post
08-15-14, 01:07 PM   #11
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
There's no event that fires when ReagentBankFrame closes unless the whole bank closes, just as there's no event when you go to different tabs of the PaperDollFrame, AuctionFrame, PVEFrame, etc.

You can do:

ReagentBankFrame:HookScript("OnHide",function() print("The reagent bank frame just went away") end)

Last edited by Gello : 08-15-14 at 01:10 PM.