←Select platform

CellAnnotationDeleted Event

Summary

Occurs after deleting an annotations.

Syntax

C#
VB
C++
public event EventHandler<CellAnnotationDeletedEventArgs> CellAnnotationDeleted 
  
Public Event CellAnnotationDeleted As EventHandler(Of CellAnnotationDeletedEventArgs) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly