DeleteAnnotation Event

Summary
Optional delegate method for additional processing.
Syntax
C#
VB
C++
public event EventHandler<MedicalViewerDeleteEventArgs> DeleteAnnotation 
  
Public Event DeleteAnnotation As EventHandler(Of MedicalViewerDeleteEventArgs) 
            public: 
event EventHandler<MedicalViewerDeleteEventArgs^>^ DeleteAnnotation 
Event Data

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

PropertyDescription
CellIndexes Gets the array of values that indicate the indexes of the cells that will be affected by the deleting process.
Delete Gets or sets the value that indicate whether to apply the delete process or not.
Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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