更换x:Type,例如我有:
<i:Interaction.Behaviors>
<ia:EventTriggerBehavior EventName="DoubleTapped" SourceObject="{x:Type TreeViewItem}">
<ia:CallMethodAction TargetObject="{Binding}" MethodName="IncrementCount" />
</ia:EventTriggerBehavior>
</i:Interaction.Behaviors>
如何在 SourceObject 定义中替换它?
答案 0 :(得分:2)
我认为目前只有{Type ns:Name}
,我。即没有x:前缀。