Difference between MouseClick and DoubleClick

后端 未结 4 1523
傲寒
傲寒 2021-01-15 13:54

WPF, Shapes

I have a custom Shape, and try to implement MouseClick and MouseDoubleClick stuff on

4条回答
  •  耶瑟儿~
    2021-01-15 14:21

    maybe try an attached behaviour?

    Try this link for an explanation

    Maybe you can aggregate the events...i think that is what you are trying to do, right?

提交回复
热议问题