←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly