VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomControlJS type / sessionCacheCleared Event
Syntax BrowserCompatibility SeeAlso
In This Topic
    sessionCacheCleared Event (WebDicomControlJS)
    In This Topic
    Occurs when session cache is cleared successfully.
    Syntax
    var instance; // Type: WebDicomControlJS
    instance.sessionCacheCleared = function(event) { }
    
    
    sessionCacheCleared = function (
    event
    The object that contains information about the event.
    : object
    eventsArgs
    The object that contains arguments of event.
    : object
    ) { };

    Parameters

    event
    The object that contains information about the event.
    eventArgs
    The object that contains arguments of event.
    Browser Compatibility
    56+
    45+
    11
    See Also