Interface IKeyboardLayoutUpdatedListener
Exposes a method that allows objects to be notified when keyboard layout/language/culture is changed.
Namespace: Telerik.WinControls.VirtualKeyboard
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IKeyboardLayoutUpdatedListener
Methods
UpdateKeyboardLayout(CultureInfo)
Occurs when the layout of keyboard(culture) is changed.
Declaration
void UpdateKeyboardLayout(CultureInfo culture)
Parameters
|
System.Globalization.CultureInfo
culture
The System.Globalization.CultureInfo that represents the newly selected language culture. |