Occurs after a cell that has list style data validation is changed. Any change to the cell, including the value, format, etc., raises the event.
| Property | Description |
|---|---|
| Row | Zero-based row index of the edited cell. |
| Column | Zero-based column index of the edited cell. |
| CellAddress | The A1 reference style address of the edited cell. |
| SheetIndex | Zero-based index of the sheet that contains the edited cell. |
| SheetName | Name of the sheet that contains the edited cell. |