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 MedicalViewerMultiCell, _ 
   ByVal clonedCell As MedicalViewerMultiCell _ 
)  
protected: 
virtual void OnCellCloned(  
   MedicalViewerMultiCell^ originalCell, 
   MedicalViewerMultiCell^ clonedCell 
)  

Parameters

originalCell
The cell that is being cloned.

clonedCell
The cloned copy of the cell.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly