InputLanguageManager::ReportInputLanguageChanged Method (CultureInfo^, CultureInfo^)
.NET Framework (current version)
Report the completion of a change of input language to the InputLanguageManager.
Assembly: PresentationCore (in PresentationCore.dll)
public: void ReportInputLanguageChanged( CultureInfo^ newLanguageId, CultureInfo^ previousLanguageId )
Parameters
- newLanguageId
-
Type:
System.Globalization::CultureInfo^
A CultureInfo object representing the new input language.
- previousLanguageId
-
Type:
System.Globalization::CultureInfo^
A CultureInfo object representing the previous input language.
| Exception | Condition |
|---|---|
| ArgumentNullException | Raised when newLanguageId or previousLanguageId is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: