ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1SelectMdiChildForm Class / InputLanguageChanged Event

In This Topic
    InputLanguageChanged Event (C1SelectMdiChildForm)
    In This Topic
    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.  
    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