C# Class CK.Keyboard.Model.KeyModeModeSwappedEventArgs

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

Public Methods

Method Description
KeyModeModeSwappedEventArgs ( IKeyMode key, IKeyMode swappedKey )

Method Details

KeyModeModeSwappedEventArgs() public method

public KeyModeModeSwappedEventArgs ( IKeyMode key, IKeyMode swappedKey )
key IKeyMode
swappedKey IKeyMode