←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly