Leadtools.MedicalViewer Namespace > MedicalViewerCell Class : UserActionMouseMove Event |
public event EventHandler<MedicalViewerMouseEventArgs> UserActionMouseMove
'Declaration Public Event UserActionMouseMove As EventHandler(Of MedicalViewerMouseEventArgs)
'Usage Dim instance As MedicalViewerCell Dim handler As EventHandler(Of MedicalViewerMouseEventArgs) AddHandler instance.UserActionMouseMove, handler
public event EventHandler<MedicalViewerMouseEventArgs> UserActionMouseMove
add_UserActionMouseMove(function(sender, e)) remove_UserActionMouseMove(function(sender, e))
public: event EventHandler<MedicalViewerMouseEventArgs^>^ UserActionMouseMove
The event handler receives an argument of type MedicalViewerMouseEventArgs containing data related to this event. The following MedicalViewerMouseEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ActionID | Gets or sets the ID of the action that raised the event. |
Button (Inherited from System.Windows.Forms.MouseEventArgs) | Gets which mouse button was pressed. |
Clicks (Inherited from System.Windows.Forms.MouseEventArgs) | Gets the number of times the mouse button was pressed and released. |
Delta (Inherited from System.Windows.Forms.MouseEventArgs) | Gets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel. |
Images | Gets or sets the array of Leadtools.RasterImage objects that contain the images to be updated. |
Location (Inherited from System.Windows.Forms.MouseEventArgs) | Gets the location of the mouse during the generating mouse event. |
X (Inherited from System.Windows.Forms.MouseEventArgs) | Gets the x-coordinate of the mouse during the generating mouse event. |
Y (Inherited from System.Windows.Forms.MouseEventArgs) | Gets the y-coordinate of the mouse during the generating mouse event. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2