PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)
Moderators:PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
I'm working with WPF and I try to react to the events fired by viewer. Particularly I need to refresh a TextBox that shows a zooming value after a mouse click with ZoomIn tool (loupe mouse pointer). It doesn't work! Why? If I set a break point in the code, I see that the event handler isn't executed. Here is my XAML definition of the viewer:
Our Viewer AX will not automatically return notification to your main control for any mouse/keyboard input inside the Viewer - so please check section
2.2.2.10.8 Mouse
of the Viewer manual which will let you know how to get information about mouse events in it.