Behaviors and triggers are two cool features in Silverlight 3. They allow to declaratively associate and action with an event or property value. It is implemented as a combination of a Component + an attached property. The framework provides the logic of attaching/detaching behaviors. The behavior exists as a separate piece of code and hence can be easily reused on similar components on which the behavior is authored. Due to the integration of behaviors inside Blend, designers can easily app ...
[Read more]