Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : CellCloned Event |
'Declaration Public Event CellCloned As EventHandler(Of CellClonedEventArgs)
'Usage Dim instance As MedicalWebViewerLoader Dim handler As EventHandler(Of CellClonedEventArgs) AddHandler instance.CellCloned, handler
public event EventHandler<CellClonedEventArgs> CellCloned
public: event EventHandler<CellClonedEventArgs^>^ CellCloned
The event handler receives an argument of type Leadtools.Medical.Workstation.Loader.CellClonedEventArgs containing data related to this event. The following CellClonedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ClonedCell | |
OriginalCell |