How to make MouseOver event in MVVM?

前端 未结 3 1996
借酒劲吻你
借酒劲吻你 2020-12-11 11:38

I use the following code to navigate on button click:

XAML:

3条回答
  •  清歌不尽
    2020-12-11 12:03

    You can use interractions

    declare namespace

    xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"
    

    than you can bind command to event

    
    

提交回复
热议问题