Method MouseEvent
MouseEvent(MouseEvent)
Method invoked when a mouse event is generated
public override bool MouseEvent(MouseEvent mouseEvent)
Parameters
mouseEvent
MouseEventContains the details about the mouse event.
Returns
- bool
true
, if the event was handled,false
otherwise.