コード例 #1
0
 bool ICommandHandler <LeftKeyCommandArgs> .ExecuteCommand(LeftKeyCommandArgs args, CommandExecutionContext executionContext)
 {
     GetOperations(args.TextView).MoveToPreviousCharacter(extendSelection: false);
     return(true);
 }
コード例 #2
0
 CommandState ICommandHandler <LeftKeyCommandArgs> .GetCommandState(LeftKeyCommandArgs args)
 {
     return(CommandState.Available);
 }