C# Class CK.Keyboard.Model.LayoutKeyModeModeSwappedEventArgs

Defines the argument of event that fires when two key layout modes swap their modes. This happens only during the edition of a keyboard: the event is raised only by ILayoutKeyMode.SwapModes method.
Inheritance: LayoutKeyModeModeChangedEventArgs
Datei anzeigen Open project: Invenietis/ck-certified

Public Methods

Method Description
LayoutKeyModeModeSwappedEventArgs ( ILayoutKeyMode key, ILayoutKeyMode swappedKey )

Method Details

LayoutKeyModeModeSwappedEventArgs() public method

public LayoutKeyModeModeSwappedEventArgs ( ILayoutKeyMode key, ILayoutKeyMode swappedKey )
key ILayoutKeyMode
swappedKey ILayoutKeyMode