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

CellAnnotationDeleted Event







Occurs after deleting an annotations.
Syntax
public event EventHandler<CellAnnotationDeletedEventArgs> CellAnnotationDeleted
'Declaration
 
Public Event CellAnnotationDeleted As EventHandler(Of CellAnnotationDeletedEventArgs)
'Usage
 
Dim instance As DeleteCellAnnotationsCommand
Dim handler As EventHandler(Of CellAnnotationDeletedEventArgs)
 
AddHandler instance.CellAnnotationDeleted, handler
public event EventHandler<CellAnnotationDeletedEventArgs> CellAnnotationDeleted
add_CellAnnotationDeleted(function(sender, e))
remove_CellAnnotationDeleted(function(sender, e))

public: __event EventHandler<CellAnnotationDeletedEventArgs*>* CellAnnotationDeleted
public:
event EventHandler<CellAnnotationDeletedEventArgs*>* CellAnnotationDeleted
Event Data

The event handler receives an argument of type CellAnnotationDeletedEventArgs containing data related to this event. The following CellAnnotationDeletedEventArgs properties provide information specific to this event.

PropertyDescription
AnnotationId Gets the Leadtools.Medical.Workstation.DataAccessLayer.AnnotationIdentifier that will be deleted.
ViewerCell Gets the cell which annotation will be deleted.
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

DeleteCellAnnotationsCommand Class
DeleteCellAnnotationsCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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