Capture event in DataGridView custom column?

Hi, I have a custom column with a textbox and button (inside a user control). Now everything seems working, but I don't know how to capture the click event of the button. I mean not within the user control itself but to expose the event when using in a normal form. Is there a way I can capture the click event of the button Thanks.

Answer this question

Capture event in DataGridView custom column?