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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 Apryse Sofware Corp. All Rights Reserved.

Leadtools.MedicalViewer Assembly