This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Form InputLangChangeRequest Event
[To be supplied.]
The following declaration shows the syntax for a method that handles the InputLangChangeRequest event.
[Visual Basic]
Private Sub FormName_InputLangChangeRequest( _ ByVal sender As Object, _ ByVal e As InputLangChangeRequestEventArgs _)[C#]
private void FormName_InputLangChangeRequest( object sender, InputLangChangeRequestEventArgs e);[C++]
private: void FormName_InputLangChangeRequest( Object* sender, InputLangChangeRequestEventArgs* e);[JScript]
private FormName_InputLangChangeRequest( sender : Object, e : InputLangChangeRequestEventArgs);
Parameters
sender
The source of the event.
e
An InputLangChangeRequestEventArgs that contains the event data. The following InputLangChangeRequestEventArgs properties provide information specific to this event.