I am working in wpf. I have a problem for triggering mouse over.
I have two buttons Button A and Button B. I need to trigger the Button B's MouseOver while i entered the mouse on Button B.
The solution is either C# or XAML.
I didnt have any idea about this problem. How to do this?
All UIElement has RaiseEvent() method. In that method, you can pass the object of MouseEventArgs.
XAML:
xaml.cs: