MSCandidateWindowHide | oncandidatewindowhide event

Fires after the Input Method Editor (IME) candidate window is fully hidden.

Note  Windows 8.1 and Windows 7 IMEs for certain languages on Internet Explorer for the desktop might not support this event. On Internet Explorer in the new Windows UI, this event is supported in Windows 8.1 IMEs of all languages.

 

IE11

 

Syntax

Event Property object.oncandidatewindowhide = handler;
addEventListener Method object.addEventListener("MSCandidateWindowHide", handler, useCapture)

 

Event information

Synchronous No
Bubbles No
Cancelable No

 

Event handler parameters

Remarks

The handler of this event will see that the isCandidateWindowVisible method returns false, and no ClientRect object is returned from getCandidateWindowClientRect.

Web applications need only register for this event once per element (the handler will remain valid for the lifetime of the element).

See also

candidatewindowhide

candidatewindowupdate

msGetInputContext

MSInputMethodContext

-ms-ime-align