MouseEventHandler
Wisej.Web.MouseEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the MouseDown, MouseUp, or MouseMove event of a form, control, or other component.
Parameters
Name
Type
Description
Fired By
Name
Description
Fired when the user clicks the CheckedListBox control with the mouse.
Fired when the control is clicked by the mouse.
Fired when the control is double clicked by the mouse.
Fired when the mouse pointer is over the control and a mouse button is pressed.
Fired when the mouse pointer is moved over the control.
Fired when the mouse pointer is over the control and a mouse button is released.
Fired when the mouse wheel moves while the control has focus.
Last updated