VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / disposed Event
Syntax BrowserCompatibility SeeAlso
In This Topic
    disposed Event (WebDicomViewerBaseControlJS)
    In This Topic
    Occurs when viewer is disposed.
    Syntax
    var instance; // Type: WebDicomViewerBaseControlJS
    instance.disposed = function(event) { }
    
    
    disposed = function (
    event
    The object that contains information about the event.
    : object
    ) { };

    Parameters

    event
    The object that contains information about the event.
    Browser Compatibility
    56+
    45+
    11
    See Also