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

OnPreviewExecuted() protected abstract method

The method that is called when the PreviewExecuted RoutedEvent for the ICommand associated with this RoutedCommandBinding should be handled. Inheriting types must provide an implementation for this method.
protected abstract OnPreviewExecuted ( 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 OnPreviewExecuted(object sender, ExecutedRoutedEventArgs e);