Catrobat.IDE.WindowsPhone.Controls.FormulaControls.FormulaButton.IsEnabledChanged C# (CSharp) Method

IsEnabledChanged() private static method

private static IsEnabledChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
d Windows.UI.Xaml.DependencyObject
e Windows.UI.Xaml.DependencyPropertyChangedEventArgs
return void
        private new static void IsEnabledChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            ((FormulaButton)d).IsEnabled = (bool) e.NewValue;
        }