替换 x:Type
Replacement of x:Type
什么是 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定义中替换它?
我认为目前只有 {Type ns:Name}
,我。 e.没有 x: 前缀。
什么是 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定义中替换它?
我认为目前只有 {Type ns:Name}
,我。 e.没有 x: 前缀。