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 (
: object
: 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
See Also