Microsoft SDK for Java

Form.onInputLangChangeRequest

Triggers the inputLangChangeRequest event.

Syntax

protected void onInputLangChangeRequest( InputLangChangeRequestEvent e )

Parameters

e

An InputLangChangeRequestEvent object that provides the event data.

Remarks

The inputLangChangeRequest event occurs when the user attempts to change the input language for this form. If the event is canceled, the input language will not change.

See Also   addOnInputLangChangeRequest, removeOnInputLangChangeRequest

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