Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic DiagramLink Events (Read 2150 times)
JRobere
YaBB Newbies
*
Offline


Watch This!

Posts: 8
Joined: May 19th, 2009
DiagramLink Events
May 19th, 2009 at 5:19am
Print Post  
Hi,

So far I love DiagramLite. Very cool control.

Now that we're going to try and use it I'm looking for the DiagramLink mouse events which show up in Intellisense but not in the documentation.

I've tried trapping and logging them but I only get MouseLeftButtonDown and that only fires intermittently.

You've got everything else under the sun in this control so I'm probably overlooking something.

Is there a setting or method that makes this easier to trap?

Thanks and keep up the great work.

JR
  

JR
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: DiagramLink Events
Reply #1 - May 19th, 2009 at 8:17am
Print Post  
Hi,

There are the LinkClicked and LinkDoubleClicked events defined in Diagram. The events you can see in Intellisense for a DiagramLink object are derived from its base UIElement class, and DiagramLite does not raise them, but perhaps UIElement does. Is there anything specific you need to do with mouse events?

Stoyan
  
Back to top
 
IP Logged
 
JRobere
YaBB Newbies
*
Offline


Watch This!

Posts: 8
Joined: May 19th, 2009
Re: DiagramLink Events
Reply #2 - May 19th, 2009 at 1:12pm
Print Post  
Hi Stoyo,

That's what I was missing.

We just want to be able to reflect information about the specific Link that's been clicked.

Thanks Stoyo,

JR
  

JR
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint