March 2003
Intermediate to advanced
896 pages
32h 35m
English
InputLanguageChangedEventArgs
This encapsulates the event arguments for the
Form.InputLanguageChanged event, which is raised
when the system regional settings are changed. You can retrieve the
CharSet associated with the new input language,
the Culture, and the
InputLanguage.
public class InputLanguageChangedEventArgs : EventArgs { // Public Constructors public InputLanguageChangedEventArgs(System.Globalization.CultureInfo culture, byte charSet); public InputLanguageChangedEventArgs(InputLanguage inputLanguage, byte charSet); // Public Instance Properties public byte CharSet{get; } public CultureInfo Culture{get; } public InputLanguage InputLanguage{get; } }
System.Object
→ System.EventArgs → InputLanguageChangedEventArgs
Form.OnInputLanguageChanged(),
InputLanguageChangedEventHandler.{BeginInvoke(),
Invoke()}
Read now
Unlock full access