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 Class

Provides data for the System.WinForms.Form.InputLangChangeRequest event.

Object
   EventArgs
      InputLangChangeRequestEventArgs

[Visual Basic]
Public Class InputLangChangeRequestEventArgs
   Inherits EventArgs
[C#]
public class InputLangChangeRequestEventArgs : EventArgs
[C++]
public __gc class InputLangChangeRequestEventArgs : public
   EventArgs
[JScript]
public class InputLangChangeRequestEventArgs extends EventArgs

Remarks

An InputLangChangeRequestEventArgs object identifies the requested input language and the character set of new input language. Culture identifies the <span id="frameworks:locale" class ="gp">locale</span> of the requested language. AcceptRequest indicates whether the language will change.

The System.WinForms.Form.InputLangChangeRequest event precedes the System.WinForms.InputLangChange event. System.WinForms.Form.InputLangChange event is raised if AcceptRequest is true.

For information about the event model, see TBD.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

InputLangChangeRequestEventArgs Members | System.WinForms Namespace | InputLanguage | InputLangChangeEventArgs