Test.WPFContextMenuTestControl.CanExecuteFalse C# (CSharp) Méthode

CanExecuteFalse() private méthode

private CanExecuteFalse ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
sender object
e System.Windows.Input.CanExecuteRoutedEventArgs
Résultat void
        private void CanExecuteFalse(object sender, CanExecuteRoutedEventArgs e)
        {
            e.CanExecute = false;
        }
    }