InputLanguageEventArgs Class
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.
Provides a base class for arguments for events dealing with a change in input language.
public ref class InputLanguageEventArgs abstract : EventArgs
public abstract class InputLanguageEventArgs : EventArgs
type InputLanguageEventArgs = class
inherit EventArgs
Public MustInherit Class InputLanguageEventArgs
Inherits EventArgs
- Inheritance
- Derived
Remarks
This class provides the base for the InputLanguageChangedEventArgs and InputLanguageChangingEventArgs classes, which in turn provide arguments for the InputLanguageChanged and InputLanguageChanging routed events, respectively.
Constructors
| Name | Description |
|---|---|
| InputLanguageEventArgs(CultureInfo, CultureInfo) |
Initializes base class values for a new instance of a deriving class. |
Properties
| Name | Description |
|---|---|
| NewLanguage |
Gets a CultureInfo object representing the new current input language. |
| PreviousLanguage |
Gets a CultureInfo object representing the previous current input language. |