Method RaiseMouseEvent
RaiseMouseEvent(MouseEventArgs)
INTERNAL API: Called when a mouse event is raised by the driver. Determines the view under the mouse and calls the appropriate View mouse event handlers.
void RaiseMouseEvent(MouseEventArgs mouseEvent)Parameters
- mouseEventMouseEventArgs
- The mouse event with coordinates relative to the screen. 
Remarks
This method can be used to simulate a mouse event, e.g. in unit tests.