Computer Science, asked by pushp007, 11 months ago

computer mouse event is

Answers

Answered by aisha1411
1

computer mouse event is

The MouseEvent interface represents events that occur due to the user interacting with a pointing device (such as a mouse). Common events using this interface include click , dblclick , mouseup , mousedown .

Answered by ayush7652051895sl
1

Explanation:

  • The MouseEvent interface displays actions taken as a result of a user's interaction with a pointing device (such as a mouse).
  • The most frequent actions performed on this interface are click, dblclick, mouseup, and mousedown.
  • MouseEvent is a descendant of UIEvent, which is a descendant of Event by way of the MouseEvent.
  • When a button on a pointing device (such a mouse or trackpad) is released while the cursor is inside it, the mouseup event is triggered at an Element.
  • The opposite of mousedown events are mouseup events.
  • When the mouse pointer moves while it is over a control, this thing happens.
  • This event's handler is provided with a MouseEventArgs argument.
  • When the user releases a mouse button while the mouse pointer is over the control, this action takes place.
  • This event's handler is provided with a MouseEventArgs argument.

#SPJ2

Similar questions