Storyboards Overview : Animate when a Property Value Changes provides the following description in a attempt to explain the relationship between "EventTrigger and Storyboard", and between "Trigger (i.e., DataTrigger) and Storyboard" but is sounds a bit ambiguous to me and somehow a short description:
Animations applied by property Trigger objects behave in a more complex fashion than EventTrigger animations or animations started using Storyboard methods. They "handoff" with animations defined by other Trigger objects, but compose with EventTrigger and method-triggered animations.
I do understand that Storyboard objects are read-only (freezable) but what i do not understand is the interaction that occurs when creating a Storyboard based on an EventTrigger or based on Triggers. Does the term "handoff" implies sharing of the storyboard object? can someone expand more on what is meant by above quote description?
This question was triggered based on my response to Binding a Storyboard Animation inside a DataTrigger crashes the XamlParser