PDFsharp & MigraDoc Foundation

PDFsharp - A .NET library for processing PDF & MigraDoc Foundation - Creating documents on the fly
It is currently Thu Mar 28, 2024 5:36 pm

All times are UTC


Forum rules


Please read this before posting on this forum: Forum Rules



Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Sun Jan 24, 2016 9:18 pm 
Offline

Joined: Sun Jan 24, 2016 8:55 pm
Posts: 1
Situation:
I'm trying to attach to one of the mouse events down,up or clicked for the pagepreview Control to get info when the mouse has been clicked to provide further info to the user. Neither is raised when I click onto the area of the pagepreview.

registering is done via:

this.pagePreview.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pagePreview_MouseClick);
this.pagePreview.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pagePreview_MouseDown);
this.pagePreview.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pagePreview_MouseUp);

event handling via:

private void pagePreview_MouseDown(object sender, MouseEventArgs e) { ....}

Components used:

VS2015
Pdfsharp-gdi Ver. 1.50.4000.0-beta3b via nuget
Windows forms application

please advise.

rgds

Michael


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 145 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Privacy Policy, Data Protection Declaration, Impressum
Powered by phpBB® Forum Software © phpBB Group