C#
VB
C++
(Abstract) Called when the user adds any new cell to the synchronization object.
protected abstract void DoSynchronize(
MedicalViewerBaseCell baseCell
)
Protected MustOverride Sub DoSynchronize( _
ByVal baseCell As Leadtools.Medicalviewer.MedicalViewerBaseCell _
)
protected:
abstract void DoSynchronize(
Leadtools.Medicalviewer.MedicalViewerBaseCell^ baseCell
)
baseCell
The cell that is just been added to 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