Hello, <br>
<br>
I'm using vtkImageViewer2 and I want to override an event. For example
when you click the left button it starts the window level event. I want
to replace this behaviour with another of mine, for example drawing
points. So, how can I stop the propagation of an event to only execute
my code? Is there any way?<br>