LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

MedicalViewerCellDeleted Event

Show in webframe






Occurs when a Leadtools.MedicalViewer.MedicalViewerCell is removed from the WorkstationViewer
Syntax
public event EventHandler<DataEventArgs<MedicalViewerBaseCell>> MedicalViewerCellDeleted
'Declaration
 
Public Event MedicalViewerCellDeleted As EventHandler(Of DataEventArgs(Of MedicalViewerBaseCell))
'Usage
 
Dim instance As WorkstationViewer
Dim handler As EventHandler(Of DataEventArgs(Of MedicalViewerBaseCell))
 
AddHandler instance.MedicalViewerCellDeleted, handler

            

            
public: __event EventHandler<DataEventArgs<MedicalViewerBaseCell*>*>* MedicalViewerCellDeleted
public:
event EventHandler<DataEventArgs<MedicalViewerBaseCell*>*>* MedicalViewerCellDeleted
Event Data

The event handler receives an argument of type DataEventArgs<TData> containing data related to this event. The following DataEventArgs<TData> properties provide information specific to this event.

PropertyDescription
Data Gets the argument data to pass to an event handler.
Requirements

Target Platforms

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.