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
add_CutPlaneCellGenerated(function(sender, e)) remove_CutPlaneCellGenerated(function(sender, e))
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. |
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