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