Catrobat.IDE.WindowsPhone.Controls.SoundItemControl.SoundChanged C# (CSharp) Method

SoundChanged() private static method

private static SoundChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
d Windows.UI.Xaml.DependencyObject
e Windows.UI.Xaml.DependencyPropertyChangedEventArgs
return void
        private static void SoundChanged(DependencyObject d, 
            DependencyPropertyChangedEventArgs e)
        {
            var instance = d as SoundItemControl;
            if (instance != null) instance.DataContext = e.NewValue;
        }