C#
VB
C++
Occurs when a Leadtools.MedicalViewer.MedicalViewerMultiCell is cloned.
public event EventHandler<CellClonedEventArgs> CellCloned
Public Event CellCloned As EventHandler(Of CellClonedEventArgs)
public:
event EventHandler<CellClonedEventArgs^>^ CellCloned
The event handler receives an argument of type CellClonedEventArgs containing data related to this event. The following CellClonedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ClonedCell | Gets the cloned Leadtools.MedicalViewer.MedicalViewerMultiCell. |
OriginalCell | Gets the original Leadtools.MedicalViewer.MedicalViewerMultiCell object. |
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