The callback tells me what index was removed, but how do I get the struct that was at that index to process anything that is needed to sync this change? From what I can tell, it appears the event is executed after the list has already been updated. Do I have to keep a separate list to compare against and maintain to know what changed?
↧