C#
VB
C++
Occurs after deleting an annotations.
public event EventHandler<CellAnnotationDeletedEventArgs> CellAnnotationDeleted
Public Event CellAnnotationDeleted As EventHandler(Of CellAnnotationDeletedEventArgs)
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET