-
Which of the following event does not take a MouseEvent argument in Map()?
-
- click
- mouseover
- dbclick
- drag
- None of these
Correct Option: D
There are various events of Map() that takes MouseEvent as an argument. Some of them are dbclick, click, mouseout, mousemove, mouseover, rightclick. When a user clicks the map click event is fired and on double clicking on the map dbclick event is fired.