MedicalViewerSelectedCellsChangedEventArgs Constructor

Summary
Initializes a new instance of the MedicalViewerSelectedCellsChangedEventArgs class object with explicit parameters.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal cellIndex As Integer, _ 
   ByVal selectedCellsIndexes() As Integer _ 
) 
            public: 
MedicalViewerSelectedCellsChangedEventArgs(  
   int cellIndex, 
   array<int>^ selectedCellsIndexes 
) 

Parameters

cellIndex
the index of the cell which has triggered the event

selectedCellsIndexes
array of integer values that represents the indexes of the selected cells.

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.