←Select platform

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

Leadtools.MedicalViewer Assembly