VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomControlJS type / dicomMprControlAdded Event
Syntax BrowserCompatibility SeeAlso
In This Topic
    dicomMprControlAdded Event (WebDicomControlJS)
    In This Topic
    Occurs when DICOM MPR control is added to the DICOM control.
    Syntax
    var instance; // Type: WebDicomControlJS
    instance.dicomMprControlAdded = function(event) { }
    
    
    dicomMprControlAdded = function (
    event
    The object that contains information about the event.
    : object
    eventsArgs
    Object that contains event arguments. Object has the following properties:
    • dicomMprControl (WebDicomMprControlJS): The DICOM MPR control that is added to the DICOM control.
    : object
    ) { };

    Parameters

    event
    The object that contains information about the event.
    eventArgs
    Object that contains event arguments. Object has the following properties:
    • dicomMprControl (WebDicomMprControlJS): The DICOM MPR control that is added to the DICOM control.
    Browser Compatibility
    56+
    45+
    11
    See Also