Initializes a new instance of the MedicalViewerActiveSubCellChangedEventArgs class.
public MedicalViewerActiveSubCellChangedEventArgs(
int cellIndex,
int subCellIndex,
int previousSubCellIndex
)
Public Function New( _
ByVal cellIndex As Integer, _
ByVal subCellIndex As Integer, _
ByVal previousSubCellIndex As Integer _
)
public:
MedicalViewerActiveSubCellChangedEventArgs(
int cellIndex,
int subCellIndex,
int previousSubCellIndex
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET