DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / InputLanguageChanging Event






In This Topic
    InputLanguageChanging Event
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <SRDescriptionAttribute("FormOnInputLangChangeRequestDescr")>
    Public Event InputLanguageChanging As System.Windows.Forms.InputLanguageChangingEventHandler
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim handler As System.Windows.Forms.InputLanguageChangingEventHandler
     
    AddHandler instance.InputLanguageChanging, handler
    [SRCategory("CatBehavior")]
    [SRDescription("FormOnInputLangChangeRequestDescr")]
    public event System.Windows.Forms.InputLanguageChangingEventHandler InputLanguageChanging
    public event InputLanguageChanging: System.Windows.Forms.InputLanguageChangingEventHandler; 
    In JScript, you can handle the events defined by another class, but you cannot define your own.
    [SRCategory("CatBehavior")]
    [SRDescription("FormOnInputLangChangeRequestDescr")]
    public: __event System.Windows.Forms.InputLanguageChangingEventHandler* InputLanguageChanging
    [SRCategory("CatBehavior")]
    [SRDescription("FormOnInputLangChangeRequestDescr")]
    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.  
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also