| Leadtools.Medical.Workstation.Loader Namespace > MedicalViewerLoaderBase Class : ViewerCellCreating Event | 
public event EventHandler<MedicalViewerCellCreatingEventArgs> ViewerCellCreating
'Declaration Public Event ViewerCellCreating As EventHandler(Of MedicalViewerCellCreatingEventArgs)
'Usage Dim instance As MedicalViewerLoaderBase Dim handler As EventHandler(Of MedicalViewerCellCreatingEventArgs) AddHandler instance.ViewerCellCreating, handler
public: event EventHandler<MedicalViewerCellCreatingEventArgs^>^ ViewerCellCreating
The event handler receives an argument of type MedicalViewerCellCreatingEventArgs containing data related to this event. The following MedicalViewerCellCreatingEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| ParentViewer | Gets or sets the Leadtools.MedicalViewer.MedicalViewer control for the cell | 
| SeriesInstanceUID (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerCellRequestedEventArgs) | Gets the Series Instance UID for the images to be loaded in the cell. | 
| StudyInstanceUID (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerCellRequestedEventArgs) | Gets the Study Instance UID for the images to be loaded in the cell. | 
| ViewerCell (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerCellRequestedEventArgs) | Gets or sets the cell that will load the series. |