Page 1 of 1

Double click event on annotation

Posted: Mon Jan 29, 2024 12:46 pm
by minalchaniara
Can we have double click event on annotation? Can you provide code snippet or example using winforms?

Re: Double click event on annotation

Posted: Mon Jan 29, 2024 12:55 pm
by Alex
Hello,

If you want to know when user is double clicked on annotation in WinForms application, you need to subscribe to the AnnotationView.DoubleClick event.

More info please read in documentation: https://www.vintasoft.com/docs/vsimagin ... Forms.html

Best regards, Alexander