C#
VB
C++
Optional delegate method for additional processing.
public event EventHandler<MedicalViewerSpyGlassStartedEventArgs> SpyGlassStarted
Public Event SpyGlassStarted As EventHandler(Of MedicalViewerSpyGlassStartedEventArgs)
public:
event EventHandler<MedicalViewerSpyGlassStartedEventArgs^>^ SpyGlassStarted
Property | Description |
---|---|
AnnotationType | Gets an enumerated value that indicates which type of annotation was created. |
CellIndex | Gets the value that indicates the index of the cell that has the annotation that was created. This value is only valid if the cell is add to the MedicalViewer. |
Object | Gets the created annotation object. |
SubCellIndex | Gets the value that indicates the index of the sub-cell that has the annotation that was created. |
The event handler receives an argument of type MedicalViewerSpyGlassStartedEventArgs containing data related to this event.
For an example, please refer to MedicalViewerCell.SpyGlass
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