Leadtools.Medical.Workstation.Commands Namespace > DoubleCutPlaneCommand Class : CreateDoubleCutPlaneCell Event |
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
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.
Property | Description |
---|---|
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 |
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