Leadtools.Medical.Workstation.UI Namespace > SelectedWorkstationCellsCollection Class : CellAdded Event |
public event EventHandler<DataEventArgs<MedicalViewerBaseCell>> CellAdded
'Declaration Public Event CellAdded As EventHandler(Of DataEventArgs(Of MedicalViewerBaseCell))
'Usage Dim instance As SelectedWorkstationCellsCollection Dim handler As EventHandler(Of DataEventArgs(Of MedicalViewerBaseCell)) AddHandler instance.CellAdded, handler
public: __event EventHandler<DataEventArgs<MedicalViewerBaseCell*>*>* CellAdded
public: event EventHandler<DataEventArgs<MedicalViewerBaseCell*>*>* CellAdded
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. |