Silverlight Control Lifecycle
Could anyone tell me the events that are fired du开发者_如何转开发ring a Silverlight control's lifecycle please?
For instance in ASP.NET you would have PreInit, Init, PreLoad, Load, etc.
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
This is a much better control lifecycle description.
精彩评论