ScreenToGif.Windows.Other.Startup.Buttons_CanExecute C# (CSharp) Метод

Buttons_CanExecute() приватный Метод

private Buttons_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
sender object
e System.Windows.Input.CanExecuteRoutedEventArgs
Результат void
        private void Buttons_CanExecute(object sender, CanExecuteRoutedEventArgs e)
        {
            e.CanExecute = true;
        }