←Select platform

MedicalViewerActiveSubCellChangedEventArgs Constructor

Summary

Initializes a new instance of the MedicalViewerActiveSubCellChangedEventArgs class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal cellIndex As Integer, _ 
   ByVal subCellIndex As Integer, _ 
   ByVal previousSubCellIndex As Integer _ 
) 
             
            public: 
MedicalViewerActiveSubCellChangedEventArgs(  
   int cellIndex, 
   int subCellIndex, 
   int previousSubCellIndex 
) 
             

Parameters

cellIndex
The index of the cell that has its subcell changed.

subCellIndex
The index of the sub-cell that has been activated.

previousSubCellIndex
The index of the sub-cell that has lost the active state.

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