Leadtools.Medical.Workstation.Commands Namespace > SingleCutPlaneCommand Class : CreateCutPlaneCell Event |
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
add_CreateCutPlaneCell(function(sender, e)) remove_CreateCutPlaneCell(function(sender, e))
public: __event EventHandler<CutPlaneCellEventArgs*>* CreateCutPlaneCell
public: event EventHandler<CutPlaneCellEventArgs*>* CreateCutPlaneCell
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.
Property | Description |
---|---|
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 |
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