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 Constructor

Initializes a new instance of the System.WinForms.InputLangChangeEvent class.

Overload List

Initializes a new instance of the System.WinForms.InputLangChangeEvent class with the specified <span id="frameworks:locale" class ="gp">locale</span> and character set.

[Visual Basic] Overloads Public Sub New(CultureInfo, Byte)
[C#] public InputLangChangeEventArgs(CultureInfo, byte);
[C++] public: InputLangChangeEventArgs(CultureInfo*, unsigned char);
[JScript] public function InputLangChangeEventArgs(CultureInfo, Byte);

Initializes a new instance of the System.WinForms.InputLangChangeEvent class with the specified input language and character set.

[Visual Basic] Overloads Public Sub New(InputLanguage, Byte)
[C#] public InputLangChangeEventArgs(InputLanguage, byte);
[C++] public: InputLangChangeEventArgs(InputLanguage*, unsigned char);
[JScript] public function InputLangChangeEventArgs(InputLanguage, Byte);

See Also

InputLangChangeEventArgs Class | InputLangChangeEventArgs Members | System.WinForms Namespace