LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
MedicalWebViewerLoader Class Events
See Also 
Leadtools.Dicom.Web Namespace : MedicalWebViewerLoader Class


"

For a list of all members of this type, see MedicalWebViewerLoader members.

"

Public Events

 NameDescription
public Event CacheInitializationFailedOccurs when connecting to the WCF service fail to retrieve the cache timeout information.  
public Event CellClonedOccurs when a Leadtools.MedicalViewer.MedicalViewerMultiCell is cloned. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Event FullSeriesImagesStreamedOccurs when a all the images in a series are streamed from the WCF service.  
public Event LoadingStoppedOccurs when the all the MedicalViewerCells are removed from a series. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Event MedicalViewerCellRequestedOccurs when a Leadtools.MedicalViewer.MedicalViewerMultiCell is needed to display a series images and the value of Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase.ViewerControl is null (Nothing in Visual Basic) (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Event ProgressStateProvides information about the current state of the streaming process. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Event RequestedImageUpdatedOccurs when a new image requested for display in the Leadtools.MedicalViewer.MedicalViewer is loaded and initialized. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Event ViewerCellCreatedOccurs after a new Leadtools.MedicalViewer.MedicalViewerMultiCell is created, initialized and added to the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase.ViewerControl to display a series images. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Event ViewerCellCreatingOccurs before a new Leadtools.MedicalViewer.MedicalViewerMultiCell is created, initialized and added to the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase.ViewerControl to display a series images (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
Top

See Also