ChocoPM.Commands.RoutedCommandBinding.RoutedCommandBinding C# (CSharp) Метод

RoutedCommandBinding() защищенный Метод

Initializes a new instance of the RoutedCommandBinding class by using the specified ICommand.
protected RoutedCommandBinding ( ICommand command ) : System.Windows
command ICommand
Результат System.Windows
        protected RoutedCommandBinding(ICommand command)
            : base(command)
        {
        }

Same methods

RoutedCommandBinding::RoutedCommandBinding ( ) : System.Windows