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 > CutPlaneCommand Class : CutPlaneCellGenerated Event |
public event EventHandler<MedicalViewerDerivativeGeneratedEventArgs> CutPlaneCellGenerated
'Declaration Public Event CutPlaneCellGenerated As EventHandler(Of MedicalViewerDerivativeGeneratedEventArgs)
'Usage Dim instance As CutPlaneCommand Dim handler As EventHandler(Of MedicalViewerDerivativeGeneratedEventArgs) AddHandler instance.CutPlaneCellGenerated, handler
public: __event EventHandler<MedicalViewerDerivativeGeneratedEventArgs*>* CutPlaneCellGenerated
public: event EventHandler<MedicalViewerDerivativeGeneratedEventArgs^>^ CutPlaneCellGenerated
The event handler receives an argument of type MedicalViewerDerivativeGeneratedEventArgs containing data related to this event. The following MedicalViewerDerivativeGeneratedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DerivativeCell | Gets the cell that contains the derivative image. |