Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic OnNodeChangedEvent (Read 1088 times)
balajigcs
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 32
Joined: Aug 18th, 2008
OnNodeChangedEvent
Oct 23rd, 2008 at 11:58am
Print Post  
Hi,

For containerNode previously i am using onNodeSizeChanged and onNodeDroped events..
but now i got the FcNet5.1 latest version. now i am using onthat version dlls then.. those above events are not there... there are any other event like that...
  

Thanks & Regards,&&&&Balaji
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: OnNodeChangedEvent
Reply #1 - Oct 23rd, 2008 at 12:49pm
Print Post  
Hi,

Such events have never existed in Flowchart.NET. There are the NodeModified and ContainerChildAdded events in the Diagram class., raised when a node is resized or when a child node is added to a container node. If you are using a class derived from ContainerNode, you could override its UpdateBounds and OnDropOver methods which are called in similar situations.

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