LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
CustomAnnotationDataRequested Event
See Also 
Leadtools.Medical3D Namespace > Medical3DControl Class : CustomAnnotationDataRequested Event



The CustomAnnotationDataRequested Event is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Optional delegate method for additional processing.

Syntax

Visual Basic (Declaration) 
Public Event CustomAnnotationDataRequested As EventHandler(Of MedicalViewerCustomAnnotationArgs)
Visual Basic (Usage)Copy Code
Dim instance As Medical3DControl
Dim handler As EventHandler(Of MedicalViewerCustomAnnotationArgs)
 
AddHandler instance.CustomAnnotationDataRequested, handler
C# 
public event EventHandler<MedicalViewerCustomAnnotationArgs> CustomAnnotationDataRequested
C++/CLI 
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 (Read only) 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 EditDesigner for the requested custom annotation.
RequestedObject (Read only) Gets the value that represents the requested custom annotation data.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features