Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
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
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 |