The CLR, Dependency Properties, Routed Events and Cider

2008-01-13
1 min read

Dependency Properties and Routed Events are special WPF mechanisms that can be used in place of the CLR’s normal Properties and Events, since they are more powerful, although less typed. You can even define a dependency property or routed event without a matching property or event and one can access the property’s value or attach to the event using simple code….

You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it.

Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.NET Community Blogs. When they shut it down, I dumped all of my old posts to Wordpress. You can still check out the original blog on the Wayback Machine.