previous value of PopupMenu

the Change event seems to be called AFTER the new item has been selected
is there any way to find out what the previous value was?
thanks :slight_smile:

Yeah, subclass PopupMenu, implement Change, have it call a new Change event and keep track of the previous value in a property. Is that road map enough or do you need code?

aha!
I’ll give that a whirl
cheers :slight_smile: