C#
VB
C++
Initializes a new instance of the MedicalViewerFramesLoadedEventArgs class object with explicit parameters.
public MedicalViewerFramesLoadedEventArgs(
int cellIndex,
int[] framesLoadedIndexes
)
Public Function New( _
ByVal cellIndex As Integer, _
ByVal framesLoadedIndexes() As Integer _
)
public:
MedicalViewerFramesLoadedEventArgs(
int cellIndex,
array<int>^ framesLoadedIndexes
)
cellIndex
A zero-based index of the cell that fired the MedicalViewerCell.FramesLoaded event.
framesLoadedIndexes
Array of integers containing the a zero-based index of each loaded page.
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