SpreadsheetGear 2012
InputLanguageChanged Event (ChartExplorer)






Syntax
'Declaration
 
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Occurs whenever the language used for input for this form changes.")>
Public Event InputLanguageChanged As System.Windows.Forms.InputLanguageChangedEventHandler
'Usage
 
Dim instance As ChartExplorer
Dim handler As System.Windows.Forms.InputLanguageChangedEventHandler
 
AddHandler instance.InputLanguageChanged, handler
[SRCategory("Behavior")]
[SRDescription("Occurs whenever the language used for input for this form changes.")]
public event System.Windows.Forms.InputLanguageChangedEventHandler InputLanguageChanged
public event InputLanguageChanged: System.Windows.Forms.InputLanguageChangedEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
[SRCategory("Behavior")]
[SRDescription("Occurs whenever the language used for input for this form changes.")]
public: __event System.Windows.Forms.InputLanguageChangedEventHandler* InputLanguageChanged
[SRCategory("Behavior")]
[SRDescription("Occurs whenever the language used for input for this form changes.")]
public:
event System.Windows.Forms.InputLanguageChangedEventHandler^ InputLanguageChanged
Event Data

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.

PropertyDescription
CharSetGets the character set associated with the new input language.  
CultureGets the locale of the input language.  
InputLanguageGets a value indicating the input language.  
Requirements

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

See Also

Reference

ChartExplorer Class
ChartExplorer Members

Send Feedback