LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
PlaneCutLineClicked Event
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewerCell Class : PlaneCutLineClicked Event



Optional delegate method for additional processing.

Syntax

Visual Basic (Declaration) 
Public Event PlaneCutLineClicked As EventHandler(Of MedicalViewerPlaneCutLineEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerCell
Dim handler As EventHandler(Of MedicalViewerPlaneCutLineEventArgs)
 
AddHandler instance.PlaneCutLineClicked, handler
C# 
public event EventHandler<MedicalViewerPlaneCutLineEventArgs> PlaneCutLineClicked
C++/CLI 
public:
event EventHandler<MedicalViewerPlaneCutLineEventArgs^>^ PlaneCutLineClicked

Event Data

The event handler receives an argument of type MedicalViewerPlaneCutLineEventArgs containing data related to this event. The following MedicalViewerPlaneCutLineEventArgs properties provide information specific to this event.

PropertyDescription
Button (Read only) Gets an enumerated value that indicates which Mouse button was used to click on the cut line object.
CellIndex (Read only) Gets the value that indicates the index of the cell that has the cut line that was selected. This value is only valid if the cell is add to the MedicalViewer.
CutLineIndex (Read only) Gets the value that indicates the index of the selected cut line.
X (Read only) Gets the value that indicates the X position for the pointer.
Y (Read only) Gets the value that indicates the Y position for the pointer.

Remarks

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features