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

Occurs when the user attempts to change the input language for the form.

Syntax

Visual Basic (Declaration) 
Public Event InputLanguageChanging As InputLanguageChangingEventHandler
C# 
public event InputLanguageChangingEventHandler InputLanguageChanging

Event Data

The event handler receives an argument of type InputLanguageChangingEventArgs containing data related to this event. The following InputLanguageChangingEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs) 
Culture Gets the locale of the requested input language.
InputLanguage Gets a value indicating the input language.
SysCharSet Gets a value indicating whether the system default font supports the character set required for the requested input language.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also