Leadtools.Medical.Workstation.Loader Namespace > MedicalViewerLoaderBase Class : CellCloned Event |
public event EventHandler<CellClonedEventArgs> CellCloned
'Declaration Public Event CellCloned As EventHandler(Of CellClonedEventArgs)
'Usage Dim instance As MedicalViewerLoaderBase Dim handler As EventHandler(Of CellClonedEventArgs) AddHandler instance.CellCloned, handler
public event EventHandler<CellClonedEventArgs> CellCloned
add_CellCloned(function(sender, e)) remove_CellCloned(function(sender, e))
public: event EventHandler<CellClonedEventArgs^>^ CellCloned
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.
Property | Description |
---|---|
ClonedCell | Gets the cloned Leadtools.MedicalViewer.MedicalViewerMultiCell. |
OriginalCell | Gets the original Leadtools.MedicalViewer.MedicalViewerMultiCell object. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2