Skip to content

Instantly share code, notes, and snippets.

@ghost1372
Created September 21, 2018 08:03
Show Gist options
  • Save ghost1372/4ac05efa446717f064c6b9357c7fd6e8 to your computer and use it in GitHub Desktop.
Save ghost1372/4ac05efa446717f064c6b9357c7fd6e8 to your computer and use it in GitHub Desktop.
Interaction.Triggers for change in controls when selected
<i:Interaction.Triggers>
<i:EventTrigger EventName="Click">
<ei:ChangePropertyAction PropertyName="Style" Value="{StaticResource ButtonDanger}" />
</i:EventTrigger>
</i:Interaction.Triggers>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment