C# Class CK.Keyboard.Model.KeyModeModeChangedEventArgs

Defines the argument of event that fires when the mode of an actual key is modified. This happens only during the edition of a keyboard: the event is raised only by IKeyMode.ChangeMode and IKeyMode.SwapModes (note that when swapping the more specialized KeyModeModeSwappedEventArgs is used).
Inheritance: KeyModeEventArgs
Datei anzeigen Open project: Invenietis/ck-certified

Public Methods

Method Description
KeyModeModeChangedEventArgs ( IKeyMode key, IKeyboardMode previousMode )

Method Details

KeyModeModeChangedEventArgs() public method

public KeyModeModeChangedEventArgs ( IKeyMode key, IKeyboardMode previousMode )
key IKeyMode
previousMode IKeyboardMode