CellCloned Event

Summary

Occurs when a Leadtools.MedicalViewer.MedicalViewerMultiCell is cloned.

Syntax
C#
VB
C++
public event EventHandler<CellClonedEventArgs> CellCloned 
  
Public Event CellCloned As EventHandler(Of CellClonedEventArgs) 
public: 
event EventHandler<CellClonedEventArgs^>^ CellCloned 

Event Data

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.

PropertyDescription
ClonedCell Gets the cloned Leadtools.MedicalViewer.MedicalViewerMultiCell.
OriginalCell Gets the original Leadtools.MedicalViewer.MedicalViewerMultiCell object.

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