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 (InputLanguage, 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( _
   ByVal inputLanguage As InputLanguage, _
   ByVal sysCharSet As Boolean, _
   ByVal acceptRequest As Boolean _
)
[C#]
public InputLangChangeRequestEventArgs(
   InputLanguage inputLanguage,
   bool sysCharSet,
   bool acceptRequest
);
[C++]
public: InputLangChangeRequestEventArgs(
   InputLanguage* inputLanguage,
   bool sysCharSet,
   bool acceptRequest
);
[JScript]
public function InputLangChangeRequestEventArgs(
   inputLanguage : InputLanguage,
   sysCharSet : Boolean,
   acceptRequest : Boolean
);

Parameters

inputLanguage
The requested input language.
sysCharSet
true if the the system default font supports the character set required for the requested input language; otherwise, false.
acceptRequest
true if the request is accepted and the input language changes; otherwise false.

Exceptions

Exception Type Condition
ArgumentException The input language is a null reference (in Visual Basic Nothing).

See Also

InputLangChangeRequestEventArgs Class | InputLangChangeRequestEventArgs Members | System.WinForms Namespace | InputLangChangeRequestEventArgs Constructor Overload List