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

Parameters

inputLanguage
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