ChocoPM.Commands.RoutedCommandBinding.OnPreviewExecuted C# (CSharp) 메소드

OnPreviewExecuted() 보호된 추상적인 메소드

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.
리턴 void
        protected internal abstract void OnPreviewExecuted(object sender, ExecutedRoutedEventArgs e);