sessionCacheCleared Event (WebDicomControlJS)
In This Topic
Occurs when session cache is cleared successfully.
Syntax
var instance; // Type: WebDicomControlJS
instance.sessionCacheCleared = function(event) { }
sessionCacheCleared = function (
: object
: object
) { };
Parameters
- event
- The object that contains information about the event.
- eventArgs
- The object that contains arguments of event.
Browser Compatibility
See Also