this:RegisterEvent('VARIABLES_LOADED')
this:RegisterEvent('ADDON_LOADED')
this:RegisterEvent('AUCTION_HOUSE_SHOW')
this:RegisterEvent('AUCTION_HOUSE_CLOSED')
this:RegisterEvent('AUCTION_BIDDER_LIST_UPDATE')
this:RegisterEvent('AUCTION_OWNED_LIST_UPDATE')
Aux.on_event()
SendMailRadioButton_OnClick(this:GetID());
if this.itemstring then
Aux.info.set_tooltip(this.itemstring, this.EnhTooltip_info, this, 'ANCHOR_LEFT')
end
if this.itemstring then
GameTooltip:Hide()
end
this:RegisterForDrag('LeftButton')
PlaySound('AuctionWindowOpen')
PlaySound('AuctionWindowClose')
CloseAuctionHouse()
this:StartMoving()
this:StopMovingOrSizing()