CreateCutPlaneCell Event

Summary
Occurs when a cut-plane cell needs to be created.
Syntax
C#
C++/CLI
public event EventHandler<CutPlaneCellEventArgs> CreateCutPlaneCell 
public:  
   event EventHandler<CutPlaneCellEventArgs^>^ CreateCutPlaneCell 
Event Data

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

PropertyDescription
CutPlaneCell Gets or sets the Leadtools.MedicalViewer.MedicalViewerCell that is used for the display the cut-plane.
MultiCell Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell that is used to create the cut-plane.
Viewer Gets the parent MedicalViewer
Remarks

If a cell isn't provided in the Leadtools.Medical.Workstation.UI.CutPlaneCellEventArgs.CutPlaneCell the command will create and add its own cell.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

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