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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly