[.Net] OnClick event on annotation

Hi,
I want to fire an event when the user click on any annotation on my pdf.

I'm using the PDFViewCtrl to show the file for the user, and i need some handler to get this event.

Can someone help me?

You can use the OnMouseUp, or related, method, and call PDFViewCtrl.GetAnnotationAt.