Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer Class : MedicalViewerCellDeleted Event |
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
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.
Property | Description |
---|---|
Data | Gets the argument data to pass to an event handler. |