使用EventToCommandBehavior时如何将CommandParameter设置为null?

时间:2018-12-26 20:40:12

标签: xaml xamarin eventtocommand

当我将CommandParameter设置为{x:Null}时,会从EventToCommandBehavior类中的OnEvent方法抛出此异常:

  

未处理的异常:

     

System.InvalidCastException:发生

XAML:

<ContentView.Behaviors>
    <local:EventToCommandBehavior EventName="BindingContextChanged" Command="{Binding LoadCategoriesCommand}" CommandParameter="{x:Null}"/>
</ContentView.Behaviors>

0 个答案:

没有答案