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

OnExecuted() protected abstract method

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