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 (CultureInfo, Byte)

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( _
   ByVal culture As CultureInfo, _
   ByVal charSet As Byte _
)
[C#]
public InputLangChangeEventArgs(
   CultureInfo culture,
   byte charSet
);
[C++]
public: InputLangChangeEventArgs(
   CultureInfo* culture,
   unsigned char charSet
);
[JScript]
public function InputLangChangeEventArgs(
   culture : CultureInfo,
   charSet : Byte
);

Parameters

culture
The locale of the input language.
charSet
The character set associated with the new input language.

See Also

InputLangChangeEventArgs Class | InputLangChangeEventArgs Members | System.WinForms Namespace | InputLangChangeEventArgs Constructor Overload List | InputLanguage | System.WinForms.CultureInfo