Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Avalon   (RSS)
Sorry, but there are no more tags available to filter with.

Locally set value takes precedence over Style value

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/2005
Posted by zhanbos | 2 Comments
Filed under:

CLR Event vs. Routed Event: Two Demo Applications

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.
Posted by zhanbos | 3 Comments
Filed under:
 
Page view tracker