VintaSoft Imaging .NET SDK 15.1: 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) { }

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