TfsWitAdminTools.ViewModel.ToolsVM.wiAdminService_CommandInvoked C# (CSharp) Method

wiAdminService_CommandInvoked() public method

public wiAdminService_CommandInvoked ( object sender, CommandInvokedEventArgs e ) : void
sender object
e TfsWitAdminTools.Core.CommandInvokedEventArgs
return void
        void wiAdminService_CommandInvoked(object sender, CommandInvokedEventArgs e)
        {
            Output += string.Format("Command:\n{0}\nResult:\n{1}\n", e.Argument, e.Output);
        }