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!

InputLangChangeEventArgs Class

Provides data for the System.WinForms.Form.InputLangChange event.

Object
   EventArgs
      InputLangChangeEventArgs

[Visual Basic]
Public Class InputLangChangeEventArgs
   Inherits EventArgs
[C#]
public class InputLangChangeEventArgs : EventArgs
[C++]
public __gc class InputLangChangeEventArgs : public EventArgs
[JScript]
public class InputLangChangeEventArgs extends EventArgs

Remarks

An InputLangChangeEventArgs object identifies the <span id="frameworks:locale" class ="gp">locale</span> and the character set of the new input language.

The System.WinForms.Form.InputLangChangeRequest event precedes the System.WinForms.InputLangChange event. If AcceptRequest is true, the System.WinForms.Form.InputLangChange event is raised.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

InputLangChangeEventArgs Members | System.WinForms Namespace | InputLanguage | InputLangChangeRequestEventArgs