ESRI.ArcGIS.ADF.Web.UI.WebControls
InputLanguageChanging Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > DataSourceTypeEditorForm Class : InputLanguageChanging Event




Syntax

Visual Basic (Declaration) 
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("A request by the system to change the input language for this form. This request can be refused.")>
Public Event InputLanguageChanging As InputLanguageChangingEventHandler
Visual Basic (Usage)Copy Code
Dim instance As DataSourceTypeEditorForm
Dim handler As InputLanguageChangingEventHandler
 
AddHandler instance.InputLanguageChanging, handler
C# 
[SRCategoryAttribute("Behavior")]
[SRDescriptionAttribute("A request by the system to change the input language for this form. This request can be refused.")]
public event InputLanguageChangingEventHandler InputLanguageChanging

Event Data

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

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

© 2011 All Rights Reserved.