|  MouseClick | This event occurs when the mouse is clicked. | 
|  MouseDblClick | This event occurs when a mouse button is pressed and released twice in quick succession in a window that belongs to the application. | 
|  MouseDown | This event occurs when the user presses a mouse button in a window belonging to the application. | 
|  MouseDrag | This event occurs when the user moves a mouse in a window that belongs to the application with a mouse button pressed. | 
|  MouseMove | This event occurs when the user moves a mouse in an window belonging to the application. | 
|  MouseUp | This event occurs when the user releases a mouse button in a window belonging to the application. |