C#
VB
C++
(Abstract) Called when the user removes any cell from the synchronization object.
protected abstract void DoUnSynchronize(
MedicalViewerBaseCell baseCell
)
Protected MustOverride Sub DoUnSynchronize( _
ByVal baseCell As Leadtools.Medicalviewer.MedicalViewerBaseCell _
)
protected:
abstract void DoUnSynchronize(
Leadtools.Medicalviewer.MedicalViewerBaseCell^ baseCell
)
baseCell
The cell that is just been removed from synchronization object.
For an example, refer to MedicalViewerBaseCell.Synchronization.
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