←Select platform

SpyGlassStarted Event

Summary

Optional delegate method for additional processing.

Syntax

C#
VB
C++
public event EventHandler<MedicalViewerSpyGlassStartedEventArgs> SpyGlassStarted 
  
Public Event SpyGlassStarted As EventHandler(Of MedicalViewerSpyGlassStartedEventArgs) 
             
            public: 
event EventHandler<MedicalViewerSpyGlassStartedEventArgs^>^ SpyGlassStarted 
             

PropertyDescription
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.
Event Data

The event handler receives an argument of type MedicalViewerSpyGlassStartedEventArgs containing data related to this event.

Remarks
Example

For an example, please refer to MedicalViewerCell.SpyGlass

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