LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

CutPlaneCellGenerated Event







Occurs when a cut plane cell is generated.
Syntax
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
Event Data

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.

PropertyDescription
DerivativeCell Gets the cell that contains the derivative image.
Requirements

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

See Also

Reference

CutPlaneCommand Class
CutPlaneCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.