6

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.

Dave7896
  • 829
  • 5
  • 11

2 Answers2

3

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
  • 829
  • 5
  • 11
1

This is a much better control lifecycle description.

Bryant
  • 8,660
  • 1
  • 33
  • 53