Reputation: 829
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.
Upvotes: 6
Views: 1680
Reputation: 829
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
Upvotes: 3