←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly