Catrobat.IDE.WindowsPhone.Controls.ProcessIcon.IsProcessingChanged C# (CSharp) 메소드

IsProcessingChanged() 개인적인 정적인 메소드

private static IsProcessingChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
d Windows.UI.Xaml.DependencyObject
e Windows.UI.Xaml.DependencyPropertyChangedEventArgs
리턴 void
        private static void IsProcessingChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            ((ProcessIcon)d).OnStateChanged((bool)e.NewValue);
        }