C# Class CK.Keyboard.Model.CurrentKeyboardChangedEventArgs

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

Public Methods

Method Description
CurrentKeyboardChangedEventArgs ( IKeyboardContext ctx, IKeyboard previous )

Method Details

CurrentKeyboardChangedEventArgs() public method

public CurrentKeyboardChangedEventArgs ( IKeyboardContext ctx, IKeyboard previous )
ctx IKeyboardContext
previous IKeyboard