C# Class CK.Keyboard.Model.KeyboardCurrentLayoutChangedEventArgs

Event argument when the current layout of a keyboard changed. Gives access to the previous layout.
Inheritance: KeyboardEventArgs
Datei anzeigen Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
KeyboardCurrentLayoutChangedEventArgs ( IKeyboard kb, ILayout previous )

Method Details

KeyboardCurrentLayoutChangedEventArgs() public method

public KeyboardCurrentLayoutChangedEventArgs ( IKeyboard kb, ILayout previous )
kb IKeyboard
previous ILayout