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

CellAnnotationDeleting Event







Occurs before deleting an annotations.
Syntax
public event EventHandler<CellAnnotationDeletingEventArgs> CellAnnotationDeleting
'Declaration
 
Public Event CellAnnotationDeleting As EventHandler(Of CellAnnotationDeletingEventArgs)
'Usage
 
Dim instance As DeleteCellAnnotationsCommand
Dim handler As EventHandler(Of CellAnnotationDeletingEventArgs)
 
AddHandler instance.CellAnnotationDeleting, handler
public event EventHandler<CellAnnotationDeletingEventArgs> CellAnnotationDeleting
add_CellAnnotationDeleting(function(sender, e))
remove_CellAnnotationDeleting(function(sender, e))

public: __event EventHandler<CellAnnotationDeletingEventArgs*>* CellAnnotationDeleting
public:
event EventHandler<CellAnnotationDeletingEventArgs*>* CellAnnotationDeleting
Event Data

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

PropertyDescription
AnnotationId (Inherited from Leadtools.Medical.Workstation.Commands.CellAnnotationDeletedEventArgs)Gets the Leadtools.Medical.Workstation.DataAccessLayer.AnnotationIdentifier that will be deleted.
Cancel Gets or sets whether the deleting should be canceled.
ViewerCell (Inherited from Leadtools.Medical.Workstation.Commands.CellAnnotationDeletedEventArgs)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.