VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom.UI.Panels Namespace / WebUiDicomMetadataPanelJS type / errorOccured Event
Syntax BrowserCompatibility SeeAlso
In This Topic
    errorOccured Event (WebUiDicomMetadataPanelJS)
    In This Topic
    Occurs when error is occured.
    Syntax
    var instance; // Type: WebUiDicomMetadataPanelJS
    instance.errorOccured = function(event) { }
    
    
    errorOccured = function (
    event
    Object that contains information about event.
    : object
    eventsArgs
    Object that contains event arguments. Object has the following properties:
    • error (object): An error class.
    : object
    ) { };

    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