views:

239

answers:

1

Could anyone tell me the events that are fired during a Silverlight control's lifecycle please?

For instance in ASP.NET you would have PreInit, Init, PreLoad, Load, etc.

A: 

After much Googling I came across the following. It's not brilliant, and it appplies to Silverlight 2, but it's a start...

http://www.dotblogs.com.tw/kan/archive/2009/03/03/7351.aspx

Dave7896

related questions