LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

CreateDoubleCutPlaneCell Event







Occurs when the two double cut-planes are cell are required.
Syntax
public event EventHandler<DoubleCutPlaneCellEventArgs> CreateDoubleCutPlaneCell
'Declaration
 
Public Event CreateDoubleCutPlaneCell As EventHandler(Of DoubleCutPlaneCellEventArgs)
'Usage
 
Dim instance As DoubleCutPlaneCommand
Dim handler As EventHandler(Of DoubleCutPlaneCellEventArgs)
 
AddHandler instance.CreateDoubleCutPlaneCell, handler
public event EventHandler<DoubleCutPlaneCellEventArgs> CreateDoubleCutPlaneCell
add_CreateDoubleCutPlaneCell(function(sender, e))
remove_CreateDoubleCutPlaneCell(function(sender, e))

public: __event EventHandler<DoubleCutPlaneCellEventArgs*>* CreateDoubleCutPlaneCell
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
Remarks
If no cells are provided in the Leadtools.Medical.Workstation.UI.CutPlaneCellEventArgs.CutPlaneCell and Leadtools.Medical.Workstation.UI.DoubleCutPlaneCellEventArgs.SecondCutPlaneCellthe command will create and add its own cells.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DoubleCutPlaneCommand Class
DoubleCutPlaneCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.