OnVisualChildrenChanged in silverlight?

Posted by user275561 on Stack Overflow See other posts from Stack Overflow or by user275561
Published on 2010-04-04T20:46:07Z Indexed on 2010/04/04 20:53 UTC
Read the original article Hit count: 733

Filed under:
|
|

WPF has a method that you can override which is the OnVisualChildrenChanged so when Children are added or removed you know about them. However, it silverlight there is no such method. So how would I go implementing this? I am trying to create a BubbleBreaker type of game and so I have a class that extends the Canvas. The canvas will lay out those said bubbles in a matrix grid. When they pop I need to know to move the bubbles to the left.

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about wpf