RadzenUpload Change Event

Hi, I am trying to capture the files uploaded locally and convert them to bytes to send another way to a backend api. Right now your example of this is during the ChangeEvent, but that is not triggered when a Selected File is deleted. Is there another way that I am not thinking to get to the list of files or trigger the change event when the delete file is done? Or hook into the Upload Event after all files are selected?

I thought maybe I could hook into the Progress event to do this, but it does not seem to be called when there is no url

Just tried upload demo and it seems that Change event is properly raised when the file is deleted:

Well, I retested today and it is working. Weird. I applogize.