LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

CellAnnotationDeleted Event

Show in webframe






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
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

See Also

Reference

DeleteCellAnnotationsCommand Class
DeleteCellAnnotationsCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.