Why does the following code get the runtime error:
Members of the Triggers collection must be of type EventTrigger
But the Event
There is a typo as you did not close out Style.Triggers. And I found I needed to use the property TextBlock.Background. Thanks, you got me to the solution.