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
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.
Namespace: System.WinForms
Assembly: System.WinForms.dll
InputLangChangeRequestEventArgs Members | System.WinForms Namespace | InputLanguage | InputLangChangeEventArgs