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
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
LayoutKeyModeModeSwappedEventArgs ( ILayoutKeyMode key, ILayoutKeyMode swappedKey )

Method Details

LayoutKeyModeModeSwappedEventArgs() public méthode

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