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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.