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!

InputLangChangeRequestEventArgs Constructor

Initializes a new instance of the InputLangChangeRequestEventArgs class.

Overload List

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

[Visual Basic] Overloads Public Sub New(CultureInfo, Boolean, Boolean)
[C#] public InputLangChangeRequestEventArgs(CultureInfo, bool, bool);
[C++] public: InputLangChangeRequestEventArgs(CultureInfo*, bool, bool);
[JScript] public function InputLangChangeRequestEventArgs(CultureInfo, Boolean, Boolean);

Initializes a new instance of the InputLangChangeRequestEventArgs class with the specified input language, character set, and acceptance of a language change.

[Visual Basic] Overloads Public Sub New(InputLanguage, Boolean, Boolean)
[C#] public InputLangChangeRequestEventArgs(InputLanguage, bool, bool);
[C++] public: InputLangChangeRequestEventArgs(InputLanguage*, bool, bool);
[JScript] public function InputLangChangeRequestEventArgs(InputLanguage, Boolean, Boolean);

See Also

InputLangChangeRequestEventArgs Class | InputLangChangeRequestEventArgs Members | System.WinForms Namespace