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 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.