Syntax
Visual Basic (Declaration) | |
---|
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Occurs whenever the language used for input for this form changes.")>
Public Event InputLanguageChanged As InputLanguageChangedEventHandler |
C# | |
---|
[SRCategoryAttribute("Behavior")]
[SRDescriptionAttribute("Occurs whenever the language used for input for this form changes.")]
public event InputLanguageChangedEventHandler InputLanguageChanged |
Event Data
The event handler receives an argument of type InputLanguageChangedEventArgs containing data related to this event. The following InputLanguageChangedEventArgs properties provide information specific to this event.
Property | Description |
---|
CharSet | Gets the character set associated with the new input language. |
Culture | Gets the locale of the input language. |
InputLanguage | Gets a value indicating the input language. |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also