ESRI.ArcGIS.ADF.Tasks
InputLanguageChanged Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > ResourceListEditorForm Class : InputLanguageChanged Event




Syntax

Visual Basic (Declaration) 
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Occurs whenever the language used for input for this form changes.")>
Public Event InputLanguageChanged As InputLanguageChangedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As ResourceListEditorForm
Dim handler As InputLanguageChangedEventHandler
 
AddHandler instance.InputLanguageChanged, handler
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.

PropertyDescription
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

© 2011 All Rights Reserved.