Initializes a new instance of the
MedicalViewerCellMouseEventArgs class with explicit parameters.
Syntax
Parameters
- cellIndex
- The index of the cell that received the mouse event.
- subCellIndex
- The index of the cell that received the mouse event.
- rectangle
- The Rectangle that represents the painting area of the cell or sub-cell.
- imageRectangle
- The Rectangle that represents the image rectangle of the cell or sub-cell.
- button
- One of the MouseButtons values indicating which mouse button was used to fire this event.
- clicks
- The number of times a mouse button was pressed.
- x
- The x-coordinate of the mouse click, in pixels.
- y
- The y-coordinate of the mouse click, in pixels.
- delta
- A signed count of the number of detents the wheel has rotated.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also