CK.StandardPlugins.CommandManager.CommandManager.SendKeyCommand C# (CSharp) Method

SendKeyCommand() private method

Redirects the command to the method which will process it.
private SendKeyCommand ( object sender, KeyInteractionEventArgs e ) : void
sender object
e CK.Keyboard.Model.KeyInteractionEventArgs
return void
        void SendKeyCommand( object sender, KeyInteractionEventArgs e )
        {
            SendCommands( e.Key, e.Commands );
        }