C# Класс CK.Keyboard.Model.LayoutKeyModeModeChangedEventArgs

Defines the argument of event that fires when the mode of a key layout mode is modified. This happens only during the edition of a keyboard: the event is raised only by ILayoutKeyMode.ChangeMode and ILayoutKeyMode.SwapModes (note that when swapping the more specialized LayoutKeyModeModeSwappedEventArgs is used).
Наследование: LayoutKeyModeEventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
LayoutKeyModeModeChangedEventArgs ( ILayoutKeyMode key, IKeyboardMode previousMode )

Описание методов

LayoutKeyModeModeChangedEventArgs() публичный Метод

public LayoutKeyModeModeChangedEventArgs ( ILayoutKeyMode key, IKeyboardMode previousMode )
key ILayoutKeyMode
previousMode IKeyboardMode