VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom.UI.Dialogs Namespace / WebUiDicomMetadataDialogJS type / errorOccured Event
Syntax BrowserCompatibility SeeAlso
In This Topic
errorOccured Event (WebUiDicomMetadataDialogJS)
In This Topic
Occurs when error is occured.
Syntax
var instance; // Type: WebUiDicomMetadataDialogJS
instance.errorOccured = function(event) { }

Parameters

event
Object that contains information about event.
eventArgs
Object that contains event arguments. Object has the following properties:
  • error (object): An error class.
Browser Compatibility
56+
45+
11
See Also