AnnotationChanged Event

Summary
Optional delegate method for additional processing.
Syntax
C#
VB
C++
public event EventHandler<MedicalViewerAnnotationChangedEventArgs> AnnotationChanged 
  
Public Event AnnotationChanged As EventHandler(Of MedicalViewerAnnotationChangedEventArgs) 
            public: 
event EventHandler<MedicalViewerAnnotationChangedEventArgs^>^ AnnotationChanged 
Event Data

The event handler receives an argument of type MedicalViewerAnnotationChangedEventArgs containing data related to this event. The following MedicalViewerAnnotationChangedEventArgs properties provide information specific to this event.

PropertyDescription
ChangeType Gets or set the type of change applied to the annotation object.
Object Gets or sets the annotation object that caused the MedicalViewerBaseCell.AnnotationChanged to get triggered.
SubCellIndex Gets or set the index of the sub-cell that contains the changed annotation object
Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.