Class VirtualKeyboardLayoutChangedEventArgs
Events arguments used in the KeyboardLayoutChanged event.
Inheritance
System.Object
System.EventArgs
VirtualKeyboardLayoutChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.VirtualKeyboard
Assembly: Telerik.WinControls.UI.dll
Syntax
public class VirtualKeyboardLayoutChangedEventArgs : EventArgs
Constructors
VirtualKeyboardLayoutChangedEventArgs(CultureInfo, CultureInfo)
Initializes a new instance of the VirtualKeyboardLayoutChangedEventArgs class.
Declaration
public VirtualKeyboardLayoutChangedEventArgs(CultureInfo oldCulture, CultureInfo newCulture)
Parameters
System.Globalization.CultureInfo
oldCulture
The old culture. |
System.Globalization.CultureInfo
newCulture
The new applied culture. |
Properties
NewCulture
The new applied culture.
Declaration
public CultureInfo NewCulture { get; set; }
Property Value
System.Globalization.CultureInfo
|
OldCulture
The old culture.
Declaration
public CultureInfo OldCulture { get; set; }
Property Value
System.Globalization.CultureInfo
|