Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
Leadtools.Medical.Workstation.Loader Namespace > MedicalViewerLoaderBase Class : OnLoadingCompleted Method |
protected virtual void OnLoadingCompleted( string studyInstanceUid, string seriesInstanceUid, bool success )
'Declaration Protected Overridable Sub OnLoadingCompleted( _ ByVal studyInstanceUid As String, _ ByVal seriesInstanceUid As String, _ ByVal success As Boolean _ )
'Usage Dim instance As MedicalViewerLoaderBase Dim studyInstanceUid As String Dim seriesInstanceUid As String Dim success As Boolean instance.OnLoadingCompleted(studyInstanceUid, seriesInstanceUid, success)
protected: virtual void OnLoadingCompleted( String^ studyInstanceUid, String^ seriesInstanceUid, bool success )