InputLanguageChangedEventArgs Constructors

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Initializes a new instance of the InputLanguageChangedEventArgs class.

Overloads

InputLanguageChangedEventArgs(CultureInfo, Byte)

Initializes a new instance of the InputLanguageChangedEventArgs class with the specified locale and character set.

InputLanguageChangedEventArgs(InputLanguage, Byte)

Initializes a new instance of the InputLanguageChangedEventArgs class with the specified input language and character set.

InputLanguageChangedEventArgs(CultureInfo, Byte)

Initializes a new instance of the InputLanguageChangedEventArgs class with the specified locale and character set.

public InputLanguageChangedEventArgs (System.Globalization.CultureInfo culture, byte charSet);

Parameters

culture
CultureInfo

The locale of the input language.

charSet
Byte

The character set associated with the new input language.

Exceptions

.NET 5 and later: An InputLanguage cannot be retrieved for culture.

See also

Applies to

.NET Framework 4.8.1 dan versi lainnya
Produk Versi
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

InputLanguageChangedEventArgs(InputLanguage, Byte)

Initializes a new instance of the InputLanguageChangedEventArgs class with the specified input language and character set.

public InputLanguageChangedEventArgs (System.Windows.Forms.InputLanguage inputLanguage, byte charSet);

Parameters

inputLanguage
InputLanguage

The input language.

charSet
Byte

The character set associated with the new input language.

Remarks

The input language specifies a culture/keyboard layout pair.

See the CharSet property for a list of valid character sets.

See also

Applies to

.NET Framework 4.8.1 dan versi lainnya
Produk Versi
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9