InputLanguageEventArgs Constructor (CultureInfo^, CultureInfo^)
Initializes base class values for a new instance of a deriving class.
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.
Available since 3.0