CustomAnnotationDataRequested Event

Summary
Optional delegate method for additional processing.
Syntax
C#
C++/CLI
public event EventHandler<MedicalViewerCustomAnnotationArgs> CustomAnnotationDataRequested 
            public: 
event EventHandler<MedicalViewerCustomAnnotationArgs^>^ CustomAnnotationDataRequested 
Event Data

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

PropertyDescription
AnnotationAction Gets the custom annotation action type that will specify the type of the annotation that has its data requested.
AnnotationObject Gets or sets the instance of the custom annotation object requested.
DrawDesigner Gets or sets the DrawDesigner for the requested custom annotation.
EditDesigner Gets or sets the AnnEditDesigner for the requested custom annotation.
RequestedObject Gets the value that represents the requested custom annotation data.
Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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