DeleteCell Event

Summary

Optional delegate method for additional processing.

Syntax
C#
VB
C++
public event EventHandler<MedicalViewerDeleteEventArgs> DeleteCell 
  
Public Event DeleteCell As EventHandler(Of MedicalViewerDeleteEventArgs) 
            public: 
event EventHandler<MedicalViewerDeleteEventArgs^>^ DeleteCell 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly