Realize .NET Potential

Zhanbo Sun's Blog

April, 2005

Posts
  • Realize .NET Potential

    Locally set value takes precedence over Style value

    • 2 Comments
    If a DependencyProperty’s value is locally set, this value takes precedence over whatever value specified in Style. For example, the only button’s Background is LightGreen instead of LightBlue: < Grid xmlns = " http://schemas.microsoft.com/winfx/avalon...
  • Realize .NET Potential

    CLR Event vs. Routed Event: Two Demo Applications

    • 4 Comments
    As you may have already known, you can define and use Dependency Property as well as CLR Property in Avalon. (If you want to know more about Avalon’s property system, stay tuned in this blog.) Same thing can be said about CLR Event and Routed Event. By supporting routed event in Avalon, the parent element can participate in events sourcing from its child elements. This blog post presents two applications to show the differences between CLR event and RoutedEvent....
Page 1 of 1 (2 items)