ComponentOne FlexReport for WinForms
InputLanguageChanged Event (HtmlOptionsForm)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export Namespace > HtmlOptionsForm Class : InputLanguageChanged Event
Syntax
'Declaration
 
Public Event InputLanguageChanged As System.Windows.Forms.InputLanguageChangedEventHandler
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
Gets the character set associated with the new input language.  
Gets the locale of the input language.  
Gets a value indicating the input language.  
See Also