Initializes a new instance of the InputLangChangeRequestEventArgs class.
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);
InputLangChangeRequestEventArgs Class | InputLangChangeRequestEventArgs Members | System.WinForms Namespace