We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3870435 commit 14b9a8eCopy full SHA for 14b9a8e
components/RivePlayer/samples/RivePlayerCustomSample.xaml
@@ -51,15 +51,15 @@
51
<i:Interaction.Behaviors>
52
<i:EventTriggerBehavior EventName="Click">
53
<i:CallMethodAction MethodName="Fire"
54
- TargetObject="{x:Bind FailureTrigger}" />
+ TargetObject="{x:Bind FailureTrigger}" />
55
</i:EventTriggerBehavior>
56
</i:Interaction.Behaviors>
57
</Button>
58
<Button Content="Success">
59
60
61
62
- TargetObject="{x:Bind SuccessTrigger}" />
+ TargetObject="{x:Bind SuccessTrigger}" />
63
64
65
0 commit comments