\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / PrintForm Class / InputLanguageChanging Event

In This Topic
    InputLanguageChanging Event (PrintForm)
    In This Topic
    Syntax
    'Declaration
     
    Public Event InputLanguageChanging As System.Windows.Forms.InputLanguageChangingEventHandler
    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
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the locale of the requested input language.  
    Gets a value indicating the input language.  
    Gets a value indicating whether the system default font supports the character set required for the requested input language.  
    See Also