Esempio n. 1
0
        private static void OnCommandChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            SplitButton splitButton = d as SplitButton;

            splitButton.OnCommandChanged((ICommand)e.OldValue, (ICommand)e.NewValue);
        }