Microsoft SDK for Java

RichEdit.addOnIMEChange

Assigns a delegate to the IMEChange event.

Syntax

public void addOnIMEChange( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

The IMEChange event occurs when the user switches input methods on an Asian version of the Windows operating system.

See Also   getOnIMEChange, onIMEChange

© 1999 Microsoft Corporation. All rights reserved. Terms of use.