←Select platform

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

Leadtools.MedicalViewer Assembly