UserActionMouseWheel Event

Summary
Optional delegate method for additional processing.
Syntax
C#
VB
C++
publiceventEventHandler<MedicalViewerMouseEventArgs> UserActionMouseWheel
PublicEventUserActionMouseWheelAsEventHandler(Of MedicalViewerMouseEventArgs)
public:eventEventHandler^ UserActionMouseWheel
Event Data

The event handler receives an argument of typeMedicalViewerMouseEventArgscontaining data related to this event. The followingMedicalViewerMouseEventArgsproperties provide information specific to this event.

Property Description
ActionID Gets or sets the ID of the action that raised the event.
Button(Inherited fromSystem.Windows.Forms.MouseEventArgs) Gets which mouse button was pressed.
Clicks(Inherited fromSystem.Windows.Forms.MouseEventArgs) Gets the number of times the mouse button was pressed and released.
Delta(Inherited fromSystem.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 ofLeadtools.RasterImageobjects that contain the images to be updated.
Location(Inherited fromSystem.Windows.Forms.MouseEventArgs) Gets the location of the mouse during the generating mouse event.
X(Inherited fromSystem.Windows.Forms.MouseEventArgs) Gets the x-coordinate of the mouse during the generating mouse event.
Y(Inherited fromSystem.Windows.Forms.MouseEventArgs) Gets the y-coordinate of the mouse during the generating mouse event.
Example

For an example, refer to铜stomPaint

Requirements

Target Platforms

Leadtools.MedicalViewer Assembly
188金宝搏的网址客服|Support|Contact Us|Intellectual Property Notices
© 1991-2021LEAD Technologies, Inc.All Rights Reserved.