InputLanguageManager::ReportInputLanguageChanged Method (CultureInfo^, CultureInfo^)

 

Report the completion of a change of input language to the InputLanguageManager.

Namespace:   System.Windows.Input
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
Return to top
Show: