CK.Keyboard.Model.CurrentKeyboardChangingEventArgs.CurrentKeyboardChangingEventArgs C# (CSharp) Method

CurrentKeyboardChangingEventArgs() public method

public CurrentKeyboardChangingEventArgs ( IKeyboardContext ctx, IKeyboard current, IKeyboard next )
ctx IKeyboardContext
current IKeyboard
next IKeyboard
        public CurrentKeyboardChangingEventArgs( IKeyboardContext ctx, IKeyboard current, IKeyboard next )
            : base(ctx)
        {
            Current = current;
            Next = next;
        }
CurrentKeyboardChangingEventArgs