dbicMonth Send comments on this topic.
InputLanguageChanged Event
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : InputLanguageChanged Event

Occurs after the input language of the form has changed.

Syntax

Visual Basic (Declaration) 
Public Event InputLanguageChanged As InputLanguageChangedEventHandler
C# 
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: Current Windows operating system with .NET 8.

See Also