C#
VB
C++
Initializes a new instance of the ClearRegionsCommand.RegionRemovedEventArgs class.
public RegionRemovedEventArgs(
MedicalViewerCell cell,
int subcellIndex
)
Public Function New( _
ByVal cell As Leadtools.Medicalviewer.MedicalViewerCell, _
ByVal subcellIndex As Integer _
)
public:
ClearRegionsCommand.RegionRemovedEventArgs(
Leadtools.Medicalviewer.MedicalViewerCell^ cell,
int subcellIndex
)
cell
The Leadtools.MedicalViewer.MedicalViewerCell that the region is removed from.
subcellIndex
The index of the sub cell where the region is removed.
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