SelectedCellsChanged Event

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

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

PropertyDescription
CellIndex Gets the value that indicates the index of the cell which has triggered the event. This value is only valid if the cell is add to the MedicalViewer.
SelectedCellsIndexes Gets an array of integer values that represents the indexes of the selected cells.
Example

For an example, refer to MedicalViewerUIChangedEventArgs

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.