'Declaration
<SRDescriptionAttribute("FormOnInputLangChangeDescr")> <SRCategoryAttribute("CatBehavior")> Public Event InputLanguageChanged As System.Windows.Forms.InputLanguageChangedEventHandler
'Usage
Dim instance As WorkbookDesigner Dim handler As System.Windows.Forms.InputLanguageChangedEventHandler AddHandler instance.InputLanguageChanged, handler
[SRDescription("FormOnInputLangChangeDescr")] [SRCategory("CatBehavior")] public event System.Windows.Forms.InputLanguageChangedEventHandler InputLanguageChanged
The event handler receives an argument of type System.Windows.Forms.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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2