C# Class CK.Keyboard.Model.CurrentKeyboardChangingEventArgs

Event argument when the current keyboard is about to change. Gives access to the current and next keyboard. Not cancellable.
Inheritance: KeyboardContextEventArgs
Datei anzeigen Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
CurrentKeyboardChangingEventArgs ( IKeyboardContext ctx, IKeyboard current, IKeyboard next )

Method Details

CurrentKeyboardChangingEventArgs() public method

public CurrentKeyboardChangingEventArgs ( IKeyboardContext ctx, IKeyboard current, IKeyboard next )
ctx IKeyboardContext
current IKeyboard
next IKeyboard