←Select platform

MedicalViewerSelectedCellsChangedEventArgs Constructor (MedicalViewerSelectedCellsChangedEventArgs)

Summary

Initializes a new instance of the MedicalViewerSelectedCellsChangedEventArgs class object with explicit parameters.

Syntax

C#
VB
C++
public MedicalViewerSelectedCellsChangedEventArgs(  
   int cellIndex, 
   int[] selectedCellsIndexes 
) 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.MedicalViewer Assembly
Click or drag to resize