C#
VB
C++
Optional delegate method for additional processing.
public event EventHandler<MedicalViewerAnnotationChangedEventArgs> AnnotationChanged
Public Event AnnotationChanged As EventHandler(Of MedicalViewerAnnotationChangedEventArgs)
public:
event EventHandler<MedicalViewerAnnotationChangedEventArgs^>^ AnnotationChanged
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.
Property | Description |
---|---|
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 |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET