ChocoPM.Commands.RoutedCommandBinding.OnCanExecute C# (CSharp) Method

OnCanExecute() protected abstract method

The method that is called when the CanExecute RoutedEvent for the ICommand associated with this RoutedCommandBinding should be handled. Inheriting types must provide an implementation for this method.
protected abstract OnCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
sender object The command target on which the command is executing.
e System.Windows.Input.CanExecuteRoutedEventArgs The event data.
return void
        protected internal abstract void OnCanExecute(object sender, CanExecuteRoutedEventArgs e);