How to get object reference from a clickable list button in List View?

you can store data in the class you’re using for the item.
if that’s not possible, you can try to reference them by index instead.
i would usually refer them by index anyway.