←Select platform

OnCellCloned Method

Summary

Raises the CellCloned event.

Syntax

C#
VB
C++
protected virtual void OnCellCloned( 
   MedicalViewerMultiCell originalCell, 
   MedicalViewerMultiCell clonedCell 
) 
  
Protected Overridable Sub OnCellCloned( _ 
   ByVal originalCell As Leadtools.Medicalviewer.MedicalViewerMultiCell, _ 
   ByVal clonedCell As Leadtools.Medicalviewer.MedicalViewerMultiCell _ 
)  

Parameters

originalCell
The cell that is being cloned.

clonedCell
The cloned copy of the cell.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly