Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InputLanguageEventArgs Constructor (CultureInfo^, CultureInfo^)

 

Initializes base class values for a new instance of a deriving class.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
InputLanguageEventArgs(
	CultureInfo^ newLanguageId,
	CultureInfo^ previousLanguageId
)

Parameters

newLanguageId
Type: System.Globalization::CultureInfo^

A CultureInfo object representing a new current input language.

previousLanguageId
Type: System.Globalization::CultureInfo^

A CultureInfo object representing the previous current input language.

Classes that derive from InputLanguageEventArgs should call this constructor to ensure that values provided by the abstract base class are initialized properly.

The constructors for InputLanguageChangedEventArgs and InputLanguageChangingEventArgs automatically call this base constructor.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft