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