NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Form.OnInputLangChange

The InputLangChange event is fired after the input language has changed for this form.

[Visual Basic]
Overridable Protected Sub OnInputLangChange( _
   ByVal e As InputLangChangeEventArgs _
)
[C#]
protected virtual void OnInputLangChange(
   InputLangChangeEventArgs e
);
[C++]
protected: virtual void OnInputLangChange(
   InputLangChangeEventArgs* e
);
[JScript]
protected function OnInputLangChange(
   e : InputLangChangeEventArgs
);

Parameters

e
[To be supplied.]

See Also

Form Class | Form Members | System.WinForms Namespace | AddOnInputLangChange | RemoveOnInputLangChange | InputLangChangeEventArgs