Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

CreateCutPlaneCell Event







Occurs when a cut-plane cell needs to be created.
Syntax
public event EventHandler<CutPlaneCellEventArgs> CreateCutPlaneCell
'Declaration
 
Public Event CreateCutPlaneCell As EventHandler(Of CutPlaneCellEventArgs)
'Usage
 
Dim instance As SingleCutPlaneCommand
Dim handler As EventHandler(Of CutPlaneCellEventArgs)
 
AddHandler instance.CreateCutPlaneCell, handler

            

            
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

See Also

Reference

SingleCutPlaneCommand Class
SingleCutPlaneCommand Members

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features