Leadtools.Medical.Workstation.Commands Namespace > DeleteCellAnnotationsCommand Class : CellAnnotationDeleted Event |
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
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.
Property | Description |
---|---|
AnnotationId | Gets the Leadtools.Medical.Workstation.DataAccessLayer.AnnotationIdentifier that will be deleted. |
ViewerCell | Gets the cell which annotation will be deleted. |
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