Visual Basic (Declaration) | |
---|---|
Public Event CellCloned As EventHandler(Of CellClonedEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerLoaderBase Dim handler As EventHandler(Of CellClonedEventArgs) AddHandler instance.CellCloned, handler |
C# | |
---|---|
public event EventHandler<CellClonedEventArgs> CellCloned |
C++/CLI | |
---|---|
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7