I was wandering if someone could explain the difference between MouseOver
and PointerOver
? I am creating a custom ComboBoxItem
Style, and using this
link as a startpoint. After creating a playing around I discovered that the VisualState PointerOver
that they use doesn't work. I remebered using MouseOver
in a different Style so I replaced PointerOver with MouseOver.
So I was wandering if there a sepcific reason why MSDN would use PointerOver instead of MouseOver, if there is a reason other than being able to call it one self.