MouseEvent Enumeration
Constants for Mouse events.

C# Syntax

public enum MouseEvent : System.Enum 
Members
MemberDescription
MouseClickedA mouse button is pressed and released.
MouseDraggedThe mouse position changes while a mouse button is pressed.
MouseEnteredThe mouse cursor enters the unobscured part of the component.
MouseExitedThe mouse cursor exits the unobscured part of the component.
MouseMovedThe mouse position changes.
MousePressedA mouse button is pushed down.
MouseReleasedA mouse button is let up.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.Java.MouseEvent