Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic BoundsChanged event (Read 1252 times)
lutz
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 18
Joined: Aug 26th, 2009
BoundsChanged event
Feb 5th, 2010 at 9:41am
Print Post  
Hi there,

do you provide sth like a BoundsChanged event on DiagramNode(-Adapter), like in Diagram class?

I need to react on changes done by adding content to nodes or the moving of nodes caused by the arrange.

Thanks in advance
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: BoundsChanged event
Reply #1 - Feb 5th, 2010 at 10:59am
Print Post  
Hi,

We don't have such events. However there is the base FrameworkElement.SizeChanged event you might handle to detect changes of a node's size. For detecting position changes, try handling the DocumentPlane.LayoutUpdated event.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint