←Select platform

CellAnnotationDeleting Event

Summary

Occurs before deleting an annotations.

Syntax

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

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