If I create a comboboxcolumn on a DataGridview does it have a SelectedIndexChanged event?

I want some code to run depending on a users selection. I know I can do this with standard Comboboxes on a form I'm just wondering if this can be done on a Datagridview as well