Event to update cell style in weblistbox

Newbie question…I believe inline editing in a WebListBox is not an option. As a workaround, I have a CellClick event that opens a WebDialog where I can add or edit the data in the respective cell. I also change the background color of the cell on click to tell the user which cell is being edited. I can’t figure where/which event to use to reset the style on the cell after the WebDialog closes following the update.

Use the Dismissed event of the dialog.