VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / focusedMeasurementChanged Event
Syntax BrowserCompatibility SeeAlso
In This Topic
    focusedMeasurementChanged Event (WebDicomViewerBaseControlJS)
    In This Topic
    Occurs when "FocusedMeasurement" property is changed.
    Syntax
    var instance; // Type: WebDicomViewerBaseControlJS
    instance.focusedMeasurementChanged = function(event) { }
    
    
    focusedMeasurementChanged = 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