RichEdit.removeOnIMEChange

Overview | Methods | This Package | All Packages

RichEdit.removeOnIMEChange

Removes the delegate that is assigned to the IMEChange event.

Syntax

public void removeOnIMEChange( EventHandler value )

Parameters

value

The EventHandler delegate to be removed.

Remarks

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

See Also   addOnIMEChange, getOnIMEChange