C# Class 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).
Inheritance: LayoutKeyModeEventArgs
Datei anzeigen Open project: Invenietis/ck-certified

Public Methods

Method Description
LayoutKeyModeModeChangedEventArgs ( ILayoutKeyMode key, IKeyboardMode previousMode )

Method Details

LayoutKeyModeModeChangedEventArgs() public method

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