Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Form.addOnInputLangChangeRequest

Assigns a delegate to the inputLangChangeRequest event.

Syntax

public final void addOnInputLangChangeRequest( InputLangChangeRequestEventHandler value )

Parameters

value

The InputLangChangeRequestEventHandler delegate to be notified when the event occurs.

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 is not changed.

See Also onInputLangChangeRequest, removeOnInputLangChangeRequest