Method MouseEvent
MouseEvent(MouseEvent)
Method invoked when a mouse event is generated
public virtual bool MouseEvent(MouseEvent mouseEvent)
Parameters
mouseEventMouseEventContains the details about the mouse event.
Returns
- bool
true, if the event was handled,falseotherwise.