MouseEventTypes Enumeration
Supported mouse event types.

C# Syntax

public enum MouseEventTypes : System.Enum 
Members
MemberDescription
OnClickThe event occurs when the user clicks on an element.
OnContextMenuThe event occurs when the user right-clicks on an element to open a context menu.
OnDblClickThe event occurs when the user double-clicks on an element.
OnMouseDownThe event occurs when a user presses a mouse button over an element.
OnMouseEnterThe event occurs when the pointer is moved onto an element.
OnMouseLeaveThe event occurs when the user moves the mouse pointer out of an element.
OnMouseMoveThe event occurs when the pointer is moving while it is over an element.
OnMouseOutThe event occurs when a user moves the mouse pointer out of an element or one of its children.
OnMouseOverThe event occurs when the pointer is moved onto an element or one of its children.
OnMouseUpThe event occurs when a user releases a mouse button over an element.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.Web.MouseEventTypes