Browse by Tags
All Tags » DataCell » Storyboards (RSS)
-
Hi,
I would like start a storyboard when the content of a cell changes, but I always get an exception on the EventTrigger at runtime.
Here is my code :
[XAML]
<Style TargetType=''{x:Type xcdg:DataCell}''>
<Style.Triggers>
...
|
|
|
|