CommonServices.CommandSentEventArgs.CommandSentEventArgs C# (CSharp) Method

CommandSentEventArgs() public method

public CommandSentEventArgs ( CommandSendingEventArgs e ) : System
e CommandSendingEventArgs
return System
        public CommandSentEventArgs( CommandSendingEventArgs e )
        {
            Command = e.Command;
            Canceled = e.Canceled;
        }
CommandSentEventArgs