SpreadsheetGear 2012
InputLanguageChanging Event (ChartExplorer)






Syntax
'Declaration
 
<SRDescriptionAttribute("A request by the system to change the input language for this form. This request can be refused.")>
<SRCategoryAttribute("Behavior")>
Public Event InputLanguageChanging As System.Windows.Forms.InputLanguageChangingEventHandler
'Usage
 
Dim instance As ChartExplorer
Dim handler As System.Windows.Forms.InputLanguageChangingEventHandler
 
AddHandler instance.InputLanguageChanging, handler
[SRDescription("A request by the system to change the input language for this form. This request can be refused.")]
[SRCategory("Behavior")]
public event System.Windows.Forms.InputLanguageChangingEventHandler InputLanguageChanging
public event InputLanguageChanging: System.Windows.Forms.InputLanguageChangingEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
[SRDescription("A request by the system to change the input language for this form. This request can be refused.")]
[SRCategory("Behavior")]
public: __event System.Windows.Forms.InputLanguageChangingEventHandler* InputLanguageChanging
[SRDescription("A request by the system to change the input language for this form. This request can be refused.")]
[SRCategory("Behavior")]
public:
event System.Windows.Forms.InputLanguageChangingEventHandler^ InputLanguageChanging
Event Data

The event handler receives an argument of type System.Windows.Forms.InputLanguageChangingEventArgs containing data related to this event. The following InputLanguageChangingEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
CultureGets the locale of the requested input language.  
InputLanguageGets a value indicating the input language.  
SysCharSetGets a value indicating whether the system default font supports the character set required for the requested 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