←Select platform

MedicalViewerAnnotationChangeType Enumeration

Summary

Represents the change applied to the annotations in the cell.

Syntax

C#
VB
C++
public enum MedicalViewerAnnotationChangeType 
  
Public Enum MedicalViewerAnnotationChangeType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
             
            public enum class MedicalViewerAnnotationChangeType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
             

Members

ValueMemberDescription
0Creating The user is about to draw a new annotation.
1Created A new annotation created.
2Changed An existing annotation object got changed.
3Moved An existing annotation object got moved.
4Canceled Drawing an annotation got canceled.
Remarks

Use MedicalViewerBaseCell.AnnotationChanged method to get a notification each time any update occurs on the annotation.

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.MedicalViewer Assembly