ScreenToGif.Windows.Other.Startup.Buttons_CanExecute C# (CSharp) Method

Buttons_CanExecute() private method

private Buttons_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
sender object
e System.Windows.Input.CanExecuteRoutedEventArgs
return void
        private void Buttons_CanExecute(object sender, CanExecuteRoutedEventArgs e)
        {
            e.CanExecute = true;
        }