CreateDoubleCutPlaneCell Event

Summary
Occurs when the two double cut-planes are cell are required.
Syntax
C#
VB
C++
public event EventHandler<DoubleCutPlaneCellEventArgs> CreateDoubleCutPlaneCell 
  
Public Event CreateDoubleCutPlaneCell As EventHandler(Of DoubleCutPlaneCellEventArgs) 
public: 
event EventHandler<DoubleCutPlaneCellEventArgs^>^ CreateDoubleCutPlaneCell 
Event Data

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

PropertyDescription
CutPlaneCell (Inherited from Leadtools.Medical.Workstation.UI.CutPlaneCellEventArgs)Gets or sets the Leadtools.MedicalViewer.MedicalViewerCell that is used for the display the cut-plane.
MultiCell (Inherited from Leadtools.Medical.Workstation.UI.CutPlaneCellEventArgs)Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell that is used to create the cut-plane.
SecondCutPlaneCell Gets or sets the Leadtools.MedicalViewer.MedicalViewerCell that is used for the display the second cut-plane.
Viewer (Inherited from Leadtools.Medical.Workstation.UI.CutPlaneCellEventArgs)Gets the parent MedicalViewer
Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.