C#
VB
C++
Initializes a new instance of the RequestedImageUpdatedEventArgs class.
public RequestedImageUpdatedEventArgs(
MedicalViewerMultiCell cell,
int subcellIndex,
DicomInstanceInformation instanceInformation
)
Public Function New( _
ByVal cell As Leadtools.Medicalviewer.MedicalViewerMultiCell, _
ByVal subcellIndex As Integer, _
ByVal instanceInformation As Leadtools.Medical.Workstation.Loader.DicomInstanceInformation _
)
public:
RequestedImageUpdatedEventArgs(
Leadtools.Medicalviewer.MedicalViewerMultiCell^ cell,
int subcellIndex,
Leadtools.Medical.Workstation.Loader.DicomInstanceInformation^ instanceInformation
)
cell
The MedicalViewerCell that the image is inserted into.
subcellIndex
The sub cell index of the cell into which the image is inserted.
instanceInformation
Additional information about the image being inserted.
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