kmw.unloaduserinterface Event
Summary
Called when allow ui clean-up.
Syntax
keyman.addEventListener('unloaduserinterface', function() {
...
});
Parameters
None.
Return Value
booleantrueif the event should continue processing,falseif it should not. Your event handler should returntrueaside from exceptional circumstances.
Description
Called when the ui is to be unloaded, allowing cleanup of resources if necessary.


